#CAC46D

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

Shades of Dark Khaki #CAC46D

Tints of Dark Khaki #CAC46D

Color information

#CAC46D (or 0xCAC46D) is unknown color: approx Dark Khaki. HEX triplet: CA, C4 and 6D. RGB value is (202,196,109). Sum of RGB (Red+Green+Blue) = 202+196+109=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC46D is #353B92. Grayscale: #BCBCBC. Windows color (decimal): -3488659 or 7193802. OLE color: 7193802.

HSL color Cylindrical-coordinate representation of color #CAC46D: hue angle of 56.13º degrees, saturation: 0.47, 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 #CAC46D is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202196109-
CMYK00.030.460.21
HSL56.13º46.73%60.98%-
HSV(B)56.13º46.04%79.22%-
XYZ46.8653.1422.26-
YUV187.8883.49138.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 109 (42.97% from 255) = 21.50%
R=39.84%
G=38.66%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219610900.030.460.2156.1346.7360.98
HexCAC46D032E15382f3d
Octal312304155035625705775
Binary1100101011000100110110101110111010101111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC46D; }

 p { color: rgb(202,196,109); }

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

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

 a { background-color: rgb(202,196,109); }

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

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

 span { border-color: rgb(202,196,109); }

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