#CAC76E

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

Shades of Dark Khaki #CAC76E

Tints of Dark Khaki #CAC76E

Color information

#CAC76E (or 0xCAC76E) is unknown color: approx Dark Khaki. HEX triplet: CA, C7 and 6E. RGB value is (202,199,110). Sum of RGB (Red+Green+Blue) = 202+199+110=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC76E is #353891. Grayscale: #BEBEBE. Windows color (decimal): -3487890 or 7260106. OLE color: 7260106.

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

Color convert

RGB202199110-
CMYK00.010.460.21
HSL58.04º46.46%61.18%-
HSV(B)58.04º45.54%79.22%-
XYZ47.654.5322.77-
YUV189.7582.99136.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 199 (78.12% from 255) = 38.94%
BLUE value IS 110 (43.36% from 255) = 21.53%
R=39.53%
G=38.94%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219911000.010.460.2158.0446.4661.18
HexCAC76E012E153a2e3d
Octal312307156015625725675
Binary110010101100011111011100110111010101111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC76E; }

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

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

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

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

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

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

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

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