#CAA203

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

Shades of Buddha Gold #CAA203

Tints of Buddha Gold #CAA203

Color information

#CAA203 (or 0xCAA203) is unknown color: approx Buddha Gold. HEX triplet: CA, A2 and 03. RGB value is (202,162,3). Sum of RGB (Red+Green+Blue) = 202+162+3=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA203 is #355DFC. Grayscale: #9C9C9C. Windows color (decimal): -3497469 or 238282. OLE color: 238282.

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

Color convert

RGB2021623-
CMYK00.200.990.21
HSL47.94º97.07%40.2%-
HSV(B)47.94º98.51%79.22%-
XYZ37.2938.45.53-
YUV155.8341.75160.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=55.04%
G=44.14%
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
Decimal202162300.200.990.2147.9497.0740.2
HexCAA230146315306128
Octal3122423024143256014150
Binary1100101010100010110101001100011101011100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA203; }

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

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

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

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

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

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

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

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