#CAC06E

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

Shades of Dark Khaki #CAC06E

Tints of Dark Khaki #CAC06E

Color information

#CAC06E (or 0xCAC06E) is unknown color: approx Dark Khaki. HEX triplet: CA, C0 and 6E. RGB value is (202,192,110). Sum of RGB (Red+Green+Blue) = 202+192+110=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC06E is #353F91. Grayscale: #B9B9B9. Windows color (decimal): -3489682 or 7258314. OLE color: 7258314.

HSL color Cylindrical-coordinate representation of color #CAC06E: hue angle of 53.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAC06E is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202192110-
CMYK00.050.460.21
HSL53.48º46.46%61.18%-
HSV(B)53.48º45.54%79.22%-
XYZ46.0251.3822.24-
YUV185.6485.31139.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=40.08%
G=38.10%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219211000.050.460.2153.4846.4661.18
HexCAC06E052E15352e3d
Octal312300156055625655675
Binary11001010110000001101110010110111010101110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC06E; }

 p { color: rgb(202,192,110); }

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

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

 a { background-color: rgb(202,192,110); }

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

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

 span { border-color: rgb(202,192,110); }

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