#CAA103

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

Shades of Buddha Gold #CAA103

Tints of Buddha Gold #CAA103

Color information

#CAA103 (or 0xCAA103) is unknown color: approx Buddha Gold. HEX triplet: CA, A1 and 03. RGB value is (202,161,3). Sum of RGB (Red+Green+Blue) = 202+161+3=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA103 is #355EFC. Grayscale: #9B9B9B. Windows color (decimal): -3497725 or 238026. OLE color: 238026.

HSL color Cylindrical-coordinate representation of color #CAA103: hue angle of 47.64º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAA103 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB2021613-
CMYK00.200.990.21
HSL47.64º97.07%40.2%-
HSV(B)47.64º98.51%79.22%-
XYZ37.1238.055.47-
YUV155.2542.08161.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=55.19%
G=43.99%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202161300.200.990.2147.6497.0740.2
HexCAA130146315306128
Octal3122413024143256014150
Binary1100101010100001110101001100011101011100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA103; }

 p { color: rgb(202,161,3); }

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

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

 a { background-color: rgb(202,161,3); }

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

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

 span { border-color: rgb(202,161,3); }

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