#CAC06F

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

Shades of Dark Khaki #CAC06F

Tints of Dark Khaki #CAC06F

Color information

#CAC06F (or 0xCAC06F) is unknown color: approx Dark Khaki. HEX triplet: CA, C0 and 6F. RGB value is (202,192,111). Sum of RGB (Red+Green+Blue) = 202+192+111=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC06F is #353F90. Grayscale: #BABABA. Windows color (decimal): -3489681 or 7323850. OLE color: 7323850.

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

Color convert

RGB202192111-
CMYK00.050.450.21
HSL53.41º46.19%61.37%-
HSV(B)53.41º45.05%79.22%-
XYZ46.0851.422.53-
YUV185.7685.81139.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 111 (43.75% from 255) = 21.98%
R=40%
G=38.02%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219211100.050.450.2153.4146.1961.37
HexCAC06F052D15352e3d
Octal312300157055525655675
Binary11001010110000001101111010110110110101110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC06F; }

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

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

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

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

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

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

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

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