#CAA405

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

Shades of Buddha Gold #CAA405

Tints of Buddha Gold #CAA405

Color information

#CAA405 (or 0xCAA405) is unknown color: approx Buddha Gold. HEX triplet: CA, A4 and 05. RGB value is (202,164,5). Sum of RGB (Red+Green+Blue) = 202+164+5=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA405 is #355BFA. Grayscale: #9D9D9D. Windows color (decimal): -3496955 or 369866. OLE color: 369866.

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

Color convert

RGB2021645-
CMYK00.190.980.21
HSL48.43º95.17%40.59%-
HSV(B)48.43º97.52%79.22%-
XYZ37.6639.125.71-
YUV157.2442.09159.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 5 (2.34% from 255) = 1.35%
R=54.45%
G=44.20%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202164500.190.980.2148.4395.1740.59
HexCAA450136215305f29
Octal3122445023142256013751
Binary11001010101001001010100111100010101011100001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA405; }

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

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

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

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

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

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

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

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