Html Css Color HEX #CDC76E Dark Khaki

📋 copy color: '#CDC76E'

red 205 ◦ green 199 ◦ blue 110

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

Shades of Dark Khaki #CDC76E

Tints of Dark Khaki #CDC76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.4%

R = 39.88%
G = 38.72%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDC76E (or 0xCDC76E) is known color: Dark Khaki. HEX triplet: CD, C7 and 6E. RGB value is (205,199,110). Sum of RGB (Red+Green+Blue) = 205+199+110=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC76E is #323891. Grayscale: #BFBFBF. Windows color (decimal): -3291282 or 7260109. OLE color: 7260109.

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

Color convert

RGB 205 199 110 -
CMYK 0 0.03 0.46 0.20
HSL 56.21º 0.49% 0.62% -
HSV(B) 56.21º 0.46% 0.8% -
XYZ 48.41 54.95 22.81 -
YUV 190.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 205 199 110 0 0.03 0.46 0.20 56.21 0.49 0.62
Hex CD C7 6E 0 3 2E 14 38 31 3E
Octal 315 307 156 0 3 56 24 70 61 76
Binary 11001101 11000111 1101110 0 11 101110 10100 111000 110001 111110

Color Harmonies of #CDC76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC76E

Black with #CDC76E

Text Example


Text Example

White with #CDC76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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