#CDC66D

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

Shades of Dark Khaki #CDC66D

Tints of Dark Khaki #CDC66D

Color information

#CDC66D (or 0xCDC66D) is unknown color: approx Dark Khaki. HEX triplet: CD, C6 and 6D. RGB value is (205,198,109). Sum of RGB (Red+Green+Blue) = 205+198+109=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC66D is #323992. Grayscale: #BEBEBE. Windows color (decimal): -3291539 or 7194317. OLE color: 7194317.

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

Color convert

RGB205198109-
CMYK00.030.470.20
HSL55.62º48.98%61.57%-
HSV(B)55.62º46.83%80.39%-
XYZ48.1354.4722.45-
YUV189.9582.32138.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=40.04%
G=38.67%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519810900.030.470.2055.6248.9861.57
HexCDC66D032F1438313e
Octal315306155035724706176
Binary1100110111000110110110101110111110100111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC66D; }

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

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

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

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

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

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

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

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