Html Css Color HEX #CDC76D Dark Khaki

📋 copy color: '#CDC76D'

red 205 ◦ green 199 ◦ blue 109

#CDC76D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #CDC76D

Tints of Dark Khaki #CDC76D

RGB

 RED value IS 205 (80.47% from 255) = 39.96%

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 39.96%
G = 38.79%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDC76D (or 0xCDC76D) is known color: Dark Khaki. HEX triplet: CD, C7 and 6D. RGB value is (205,199,109). Sum of RGB (Red+Green+Blue) = 205+199+109=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC76D is #323892. Grayscale: #BEBEBE. Windows color (decimal): -3291283 or 7194573. OLE color: 7194573.

HSL color Cylindrical-coordinate representation of color #CDC76D: hue angle of 56.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDC76D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 199 109 -
CMYK 0 0.03 0.47 0.20
HSL 56.25º 0.49% 0.62% -
HSV(B) 56.25º 0.47% 0.8% -
XYZ 48.36 54.93 22.52 -
YUV 190.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 205 199 109 0 0.03 0.47 0.20 56.25 0.49 0.62
Hex CD C7 6D 0 3 2F 14 38 31 3E
Octal 315 307 155 0 3 57 24 70 61 76
Binary 11001101 11000111 1101101 0 11 101111 10100 111000 110001 111110

Color Harmonies of #CDC76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC76D

Black with #CDC76D

Text Example


Text Example

White with #CDC76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC76D; }

 p { color: rgb(205,199,109); }

 H1.HeaderClassName
 {
   color: #CDC76D;
 }
 .AnyTagClassName
 {
   color: #CDC76D;
 }
</style>

background-color css

<style>
 a { background-color: #CDC76D; }

 a { background-color: rgb(205,199,109); }

 div.DivClassName
 {
   background-color: #CDC76D;
 }
 .BgClassName
 {
   background-color: #CDC76D;
 }
</style>

border-color css

<style>
 span { border-color: #CDC76D; }

 span { border-color: rgb(205,199,109); }

 td.TdClassName
 {
   border-color: #CDC76D;
 }
 .TagClassName
 {
   border-color: #CDC76D;
 }
</style>