#CAC567

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

Shades of Dark Khaki #CAC567

Tints of Dark Khaki #CAC567

Color information

#CAC567 (or 0xCAC567) is unknown color: approx Dark Khaki. HEX triplet: CA, C5 and 67. RGB value is (202,197,103). Sum of RGB (Red+Green+Blue) = 202+197+103=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC567 is #353A98. Grayscale: #BCBCBC. Windows color (decimal): -3488409 or 6800842. OLE color: 6800842.

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

Color convert

RGB202197103-
CMYK00.020.490.21
HSL56.97º48.29%59.8%-
HSV(B)56.97º49.01%79.22%-
XYZ46.7753.4720.69-
YUV187.7880.16138.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 103 (40.62% from 255) = 20.52%
R=40.24%
G=39.24%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219710300.020.490.2156.9748.2959.8
HexCAC56702311539303c
Octal312305147026125716074
Binary1100101011000101110011101011000110101111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC567; }

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

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

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

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

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

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

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

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