#CAC36F

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

Shades of Dark Khaki #CAC36F

Tints of Dark Khaki #CAC36F

Color information

#CAC36F (or 0xCAC36F) is unknown color: approx Dark Khaki. HEX triplet: CA, C3 and 6F. RGB value is (202,195,111). Sum of RGB (Red+Green+Blue) = 202+195+111=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC36F is #353C90. Grayscale: #BBBBBB. Windows color (decimal): -3488913 or 7324618. OLE color: 7324618.

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

Color convert

RGB202195111-
CMYK00.030.450.21
HSL55.38º46.19%61.37%-
HSV(B)55.38º45.05%79.22%-
XYZ46.7452.7322.75-
YUV187.5284.82138.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 195 (76.56% from 255) = 38.39%
BLUE value IS 111 (43.75% from 255) = 21.85%
R=39.76%
G=38.39%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219511100.030.450.2155.3846.1961.37
HexCAC36F032D15372e3d
Octal312303157035525675675
Binary1100101011000011110111101110110110101110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC36F; }

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

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

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

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

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

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

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

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