#CAC566

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

Shades of Dark Khaki #CAC566

Tints of Dark Khaki #CAC566

Color information

#CAC566 (or 0xCAC566) is unknown color: approx Dark Khaki. HEX triplet: CA, C5 and 66. RGB value is (202,197,102). Sum of RGB (Red+Green+Blue) = 202+197+102=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC566 is #353A99. Grayscale: #BCBCBC. Windows color (decimal): -3488410 or 6735306. OLE color: 6735306.

HSL color Cylindrical-coordinate representation of color #CAC566: hue angle of 57º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC566 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202197102-
CMYK00.020.500.21
HSL57º48.54%59.61%-
HSV(B)57º49.5%79.22%-
XYZ46.7253.4520.42-
YUV187.6679.66138.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=40.32%
G=39.32%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219710200.020.500.215748.5459.61
HexCAC56602321539313c
Octal312305146026225716174
Binary1100101011000101110011001011001010101111001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC566; }

 p { color: rgb(202,197,102); }

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

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

 a { background-color: rgb(202,197,102); }

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

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

 span { border-color: rgb(202,197,102); }

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