#CAC26D

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

Shades of Dark Khaki #CAC26D

Tints of Dark Khaki #CAC26D

Color information

#CAC26D (or 0xCAC26D) is unknown color: approx Dark Khaki. HEX triplet: CA, C2 and 6D. RGB value is (202,194,109). Sum of RGB (Red+Green+Blue) = 202+194+109=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC26D is #353D92. Grayscale: #BBBBBB. Windows color (decimal): -3489171 or 7193290. OLE color: 7193290.

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

Color convert

RGB202194109-
CMYK00.040.460.21
HSL54.84º46.73%60.98%-
HSV(B)54.84º46.04%79.22%-
XYZ46.4152.2422.11-
YUV186.784.15138.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=40%
G=38.42%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219410900.040.460.2154.8446.7360.98
HexCAC26D042E15372f3d
Octal312302155045625675775
Binary11001010110000101101101010010111010101110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC26D; }

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

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

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

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

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

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

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

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