COLOR #D59D29

HEX: #D59D29
RGB: (213,157,41)

Renk bilgisi

#D59D29 contains mainly red and green colors. #D59D29 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D59D29 color RGB value is (213,157,41).

  • kırmız ton 213;
  • yeşil ton 157;
  • mavi ton 41.
RGB:
(213,157,41)
(84%,62%,16%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 157 of 255 = 62%
B 41 of 255 = 16%

213
157
41

R + G + B ~ 54%. #D59D29 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 157 + 41 = 411 (100%)
R 213 of 411 ~ 51.82%
G 157 of 411 ~ 38.2%
B 41 of 411 ~ 9.98%

%51.82
%38.2
%9.98

CMYK RENK MODELİ

#D59D29 rengi CMYK tonu (0,26,81,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.29%
  • sarı tonu 80.75%
  • ana renk tonu 16.47%
CMYK:
(0,26,81,16)
C0M26Y81K16 
(0%,26%,81%,16%)
(0.00/0.26/0.81/0.16)	

CMYK yüzdeleri

%0
%26.29
%80.75
%16.47

Codes

Color #D59D29 in popluar color models

D59D29
RGB21315741
HSL40°67.72%49.80%
HSB/HSV40°80.75%83.53%
CMYK0.00%26.29%80.75%
16.47%

Color #D59D29 in popluar number systems.

HEXD59D29
Decimal21315741
Binary1101010110011101101001
Octal32523551

Shades and tints

Shades of #D59D29

#D59D29
(213,157,41)
#C28F26
(194,143,38)
#AF8123
(175,129,35)
#9C7320
(156,115,32)
#89651D
(137,101,29)
#76571A
(118,87,26)
#634917
(99,73,23)
#503B14
(80,59,20)
#3D2D11
(61,45,17)
#2A1F0E
(42,31,14)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #D59D29

#D59D29
(213,157,41)
#D8A53C
(216,165,60)
#DBAD4F
(219,173,79)
#DEB562
(222,181,98)
#E1BD75
(225,189,117)
#E4C588
(228,197,136)
#E7CD9B
(231,205,155)
#EAD5AE
(234,213,174)
#EDDDC1
(237,221,193)
#F0E5D4
(240,229,212)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59D29 color. Also use rgb(213,157,41) instead hex code.

Text Font Color

.myTextColor { color: #D59D29; }

<p style="color:#D59D29">This sample text font color is #D59D29.</p>

This text font color is #D59D29.


Background Color

.myBgColor { background-color: #D59D29; }

<div style="background-color:#D59D29">Inner text</div>

This div background color is #D59D29.


Border color

.myBorderColor { border: 1px solid #D59D29; }

<div style="border:3px solid #D59D29">Div</div>

This div border color is #D59D29.


Opacity

.myOpacity80 { color: #D59D29; opacity: 0.8; }

<p style="color:#D59D29;opacity:0.8;">80%</p>

Text with #D59D29 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D59D29;}

<p style="text-shadow: 3px 3px 1px #D59D29">Text here.</p>

This text has shadow with #D59D29 color.

.textShadow {text-shadow: 3px 3px 1px #D59D29, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D59D29, 5px 5px 20px red">Text here.</p>

This text has shadow with #D59D29 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D59D29, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D59D29, Direction=45, Strength=4)">Text</p>

This text has shadow with #D59D29 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D59D29;
  -webkit-box-shadow:	1px 1px 3px 2px #D59D29;
  box-shadow:		1px 1px 3px 2px #D59D29;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D59D29;
-webkit-box-shadow: 1px 1px 3px 2px #D59D29;
box-shadow:1px 1px 3px 2px #D59D29;">
Div content here</div>
This div box has shadow with color #D59D29.

Preview

Color preview on black background

This text has color #D59D29 on black background.


Color preview on white background

This text has color #D59D29 on white background.



Black color preview on #D59D29 background

This text has black color on #D59D29 background.


White color preview on #D59D29 background

This text has white color on #D59D29 background.