#CAAA0E

Color #CAAA0E Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CAAA0E

Tints of Buddha Gold #CAAA0E

Color information

#CAAA0E (or 0xCAAA0E) is unknown color: approx Buddha Gold. HEX triplet: CA, AA and 0E. RGB value is (202,170,14). Sum of RGB (Red+Green+Blue) = 202+170+14=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAA0E is #3555F1. Grayscale: #A2A2A2. Windows color (decimal): -3495410 or 961226. OLE color: 961226.

HSL color Cylindrical-coordinate representation of color #CAAA0E: hue angle of 49.79º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAAA0E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20217014-
CMYK00.160.930.21
HSL49.79º87.04%42.35%-
HSV(B)49.79º93.07%79.22%-
XYZ38.8141.346.35-
YUV161.7844.6156.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 14 (5.86% from 255) = 3.63%
R=52.33%
G=44.04%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021701400.160.930.2149.7987.0442.35
HexCAAAE0105D1532572a
Octal31225216020135256212752
Binary110010101010101011100100001011101101011100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA0E; }

 p { color: rgb(202,170,14); }

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

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

 a { background-color: rgb(202,170,14); }

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

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

 span { border-color: rgb(202,170,14); }

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