#CDC66E

Color #CDC66E Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #CDC66E

Tints of Dark Khaki #CDC66E

Color information

#CDC66E (or 0xCDC66E) is unknown color: approx Dark Khaki. HEX triplet: CD, C6 and 6E. RGB value is (205,198,110). Sum of RGB (Red+Green+Blue) = 205+198+110=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC66E is #323991. Grayscale: #BEBEBE. Windows color (decimal): -3291538 or 7259853. OLE color: 7259853.

HSL color Cylindrical-coordinate representation of color #CDC66E: hue angle of 55.58º 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 #CDC66E is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205198110-
CMYK00.030.460.20
HSL55.58º48.72%61.76%-
HSV(B)55.58º46.34%80.39%-
XYZ48.1954.4922.73-
YUV190.0682.82138.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=39.96%
G=38.60%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519811000.030.460.2055.5848.7261.76
HexCDC66E032E1438313e
Octal315306156035624706176
Binary1100110111000110110111001110111010100111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC66E; }

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

 H1.HeaderClassName
 {
   color: #CDC66E;
 }
 .AnyTagClassName
 {
   color: #CDC66E;
 }
</style>
background-color css

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

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

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

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

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

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