#CAA005

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

Shades of Buddha Gold #CAA005

Tints of Buddha Gold #CAA005

Color information

#CAA005 (or 0xCAA005) is unknown color: approx Buddha Gold. HEX triplet: CA, A0 and 05. RGB value is (202,160,5). Sum of RGB (Red+Green+Blue) = 202+160+5=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA005 is #355FFA. Grayscale: #9B9B9B. Windows color (decimal): -3497979 or 368842. OLE color: 368842.

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

Color convert

RGB2021605-
CMYK00.210.980.21
HSL47.21º95.17%40.59%-
HSV(B)47.21º97.52%79.22%-
XYZ36.9637.715.47-
YUV154.8943.41161.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 5 (2.34% from 255) = 1.36%
R=55.04%
G=43.60%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202160500.210.980.2147.2195.1740.59
HexCAA0501562152f5f29
Octal3122405025142255713751
Binary11001010101000001010101011100010101011011111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA005; }

 p { color: rgb(202,160,5); }

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

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

 a { background-color: rgb(202,160,5); }

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

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

 span { border-color: rgb(202,160,5); }

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