#CAC071

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

Shades of Dark Khaki #CAC071

Tints of Dark Khaki #CAC071

Color information

#CAC071 (or 0xCAC071) is unknown color: approx Dark Khaki. HEX triplet: CA, C0 and 71. RGB value is (202,192,113). Sum of RGB (Red+Green+Blue) = 202+192+113=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC071 is #353F8E. Grayscale: #BABABA. Windows color (decimal): -3489679 or 7454922. OLE color: 7454922.

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

Color convert

RGB202192113-
CMYK00.050.440.21
HSL53.26º45.64%61.76%-
HSV(B)53.26º44.06%79.22%-
XYZ46.1951.4523.12-
YUV185.9886.81139.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=39.84%
G=37.87%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219211300.050.440.2153.2645.6461.76
HexCAC071052C15352e3e
Octal312300161055425655676
Binary11001010110000001110001010110110010101110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC071; }

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

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

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

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

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

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

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

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