#CAC76C

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

Shades of Dark Khaki #CAC76C

Tints of Dark Khaki #CAC76C

Color information

#CAC76C (or 0xCAC76C) is unknown color: approx Dark Khaki. HEX triplet: CA, C7 and 6C. RGB value is (202,199,108). Sum of RGB (Red+Green+Blue) = 202+199+108=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC76C is #353893. Grayscale: #BDBDBD. Windows color (decimal): -3487892 or 7129034. OLE color: 7129034.

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

Color convert

RGB202199108-
CMYK00.010.470.21
HSL58.09º47%60.78%-
HSV(B)58.09º46.53%79.22%-
XYZ47.4954.4922.2-
YUV189.5281.99136.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 199 (78.12% from 255) = 39.10%
BLUE value IS 108 (42.58% from 255) = 21.22%
R=39.69%
G=39.10%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219910800.010.470.2158.094760.78
HexCAC76C012F153a2f3d
Octal312307154015725725775
Binary110010101100011111011000110111110101111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC76C; }

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

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

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

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

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

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

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

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