COLOR #D5C62C

HEX: #D5C62C
RGB: (213,198,44)

Renk bilgisi

#D5C62C contains mainly red and green colors. #D5C62C ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D5C62C color RGB value is (213,198,44).

  • kırmız ton 213;
  • yeşil ton 198;
  • mavi ton 44.
RGB:
(213,198,44)
(84%,78%,17%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 198 of 255 = 78%
B 44 of 255 = 17%

213
198
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 198 + 44 = 455 (100%)
R 213 of 455 ~ 46.81%
G 198 of 455 ~ 43.52%
B 44 of 455 ~ 9.67%

%46.81
%43.52
%9.67

CMYK RENK MODELİ

#D5C62C rengi CMYK tonu (0,7,79,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.04%
  • sarı tonu 79.34%
  • ana renk tonu 16.47%
CMYK:
(0,7,79,16)
C0M7Y79K16 
(0%,7%,79%,16%)
(0.00/0.07/0.79/0.16)	

CMYK yüzdeleri

%0
%7.04
%79.34
%16.47

Codes

Color #D5C62C in popluar color models

D5C62C
RGB21319844
HSL55°66.80%50.39%
HSB/HSV55°79.34%83.53%
CMYK0.00%7.04%79.34%
16.47%

Color #D5C62C in popluar number systems.

HEXD5C62C
Decimal21319844
Binary1101010111000110101100
Octal32530654

Shades and tints

Shades of #D5C62C

#D5C62C
(213,198,44)
#C2B428
(194,180,40)
#AFA224
(175,162,36)
#9C9020
(156,144,32)
#897E1C
(137,126,28)
#766C18
(118,108,24)
#635A14
(99,90,20)
#504810
(80,72,16)
#3D360C
(61,54,12)
#2A2408
(42,36,8)
#171204
(23,18,4)
#000000
(0,0,0)

Tints of #D5C62C

#D5C62C
(213,198,44)
#D8CB3F
(216,203,63)
#DBD052
(219,208,82)
#DED565
(222,213,101)
#E1DA78
(225,218,120)
#E4DF8B
(228,223,139)
#E7E49E
(231,228,158)
#EAE9B1
(234,233,177)
#EDEEC4
(237,238,196)
#F0F3D7
(240,243,215)
#F3F8EA
(243,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C62C color. Also use rgb(213,198,44) instead hex code.

Text Font Color

.myTextColor { color: #D5C62C; }

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

This text font color is #D5C62C.


Background Color

.myBgColor { background-color: #D5C62C; }

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

This div background color is #D5C62C.


Border color

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

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

This div border color is #D5C62C.


Opacity

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

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

Text with #D5C62C 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 #D5C62C;}

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

This text has shadow with #D5C62C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C62C on black background.


Color preview on white background

This text has color #D5C62C on white background.



Black color preview on #D5C62C background

This text has black color on #D5C62C background.


White color preview on #D5C62C background

This text has white color on #D5C62C background.