#CAAB0E

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

Shades of Buddha Gold #CAAB0E

Tints of Buddha Gold #CAAB0E

Color information

#CAAB0E (or 0xCAAB0E) is unknown color: approx Buddha Gold. HEX triplet: CA, AB and 0E. RGB value is (202,171,14). Sum of RGB (Red+Green+Blue) = 202+171+14=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAB0E is #3554F1. Grayscale: #A3A3A3. Windows color (decimal): -3495154 or 961482. OLE color: 961482.

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

Color convert

RGB20217114-
CMYK00.150.930.21
HSL50.11º87.04%42.35%-
HSV(B)50.11º93.07%79.22%-
XYZ3941.716.41-
YUV162.3744.27156.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 14 (5.86% from 255) = 3.62%
R=52.20%
G=44.19%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021711400.150.930.2150.1187.0442.35
HexCAABE0F5D1532572a
Octal31225316017135256212752
Binary11001010101010111110011111011101101011100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB0E; }

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

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

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

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

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

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

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

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