#CAC16E

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

Shades of Dark Khaki #CAC16E

Tints of Dark Khaki #CAC16E

Color information

#CAC16E (or 0xCAC16E) is unknown color: approx Dark Khaki. HEX triplet: CA, C1 and 6E. RGB value is (202,193,110). Sum of RGB (Red+Green+Blue) = 202+193+110=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC16E is #353E91. Grayscale: #BABABA. Windows color (decimal): -3489426 or 7258570. OLE color: 7258570.

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

Color convert

RGB202193110-
CMYK00.040.460.21
HSL54.13º46.46%61.18%-
HSV(B)54.13º45.54%79.22%-
XYZ46.2451.8222.32-
YUV186.2384.98139.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=40%
G=38.22%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219311000.040.460.2154.1346.4661.18
HexCAC16E042E15362e3d
Octal312301156045625665675
Binary11001010110000011101110010010111010101110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC16E; }

 p { color: rgb(202,193,110); }

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

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

 a { background-color: rgb(202,193,110); }

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

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

 span { border-color: rgb(202,193,110); }

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