#CAC471

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

Shades of Dark Khaki #CAC471

Tints of Dark Khaki #CAC471

Color information

#CAC471 (or 0xCAC471) is unknown color: approx Dark Khaki. HEX triplet: CA, C4 and 71. RGB value is (202,196,113). Sum of RGB (Red+Green+Blue) = 202+196+113=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC471 is #353B8E. Grayscale: #BCBCBC. Windows color (decimal): -3488655 or 7455946. OLE color: 7455946.

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

Color convert

RGB202196113-
CMYK00.030.440.21
HSL55.96º45.64%61.76%-
HSV(B)55.96º44.06%79.22%-
XYZ47.0853.2323.42-
YUV188.3385.49137.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=39.53%
G=38.36%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219611300.030.440.2155.9645.6461.76
HexCAC471032C15382e3e
Octal312304161035425705676
Binary1100101011000100111000101110110010101111000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC471; }

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

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

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

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

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

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

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

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