#CAC16A

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

Shades of Dark Khaki #CAC16A

Tints of Dark Khaki #CAC16A

Color information

#CAC16A (or 0xCAC16A) is unknown color: approx Dark Khaki. HEX triplet: CA, C1 and 6A. RGB value is (202,193,106). Sum of RGB (Red+Green+Blue) = 202+193+106=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC16A is #353E95. Grayscale: #BABABA. Windows color (decimal): -3489430 or 6996426. OLE color: 6996426.

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

Color convert

RGB202193106-
CMYK00.040.480.21
HSL54.38º47.52%60.39%-
HSV(B)54.38º47.52%79.22%-
XYZ46.0351.7421.2-
YUV185.7782.98139.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 106 (41.80% from 255) = 21.16%
R=40.32%
G=38.52%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219310600.040.480.2154.3847.5260.39
HexCAC16A04301536303c
Octal312301152046025666074
Binary11001010110000011101010010011000010101110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC16A; }

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

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

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

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

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

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

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

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