#CAC266

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

Shades of Dark Khaki #CAC266

Tints of Dark Khaki #CAC266

Color information

#CAC266 (or 0xCAC266) is unknown color: approx Dark Khaki. HEX triplet: CA, C2 and 66. RGB value is (202,194,102). Sum of RGB (Red+Green+Blue) = 202+194+102=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC266 is #353D99. Grayscale: #BABABA. Windows color (decimal): -3489178 or 6734538. OLE color: 6734538.

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

Color convert

RGB202194102-
CMYK00.040.500.21
HSL55.2º48.54%59.61%-
HSV(B)55.2º49.5%79.22%-
XYZ46.0552.120.2-
YUV185.980.65139.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=40.56%
G=38.96%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219410200.040.500.2155.248.5459.61
HexCAC26604321537313c
Octal312302146046225676174
Binary11001010110000101100110010011001010101110111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC266; }

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

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

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

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

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

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

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

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