#CAA500

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

Shades of Buddha Gold #CAA500

Tints of Buddha Gold #CAA500

Color information

#CAA500 (or 0xCAA500) is unknown color: approx Buddha Gold. HEX triplet: CA, A5 and 00. RGB value is (202,165,0). Sum of RGB (Red+Green+Blue) = 202+165+0=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA500 is #355AFF. Grayscale: #9D9D9D. Windows color (decimal): -3496704 or 42442. OLE color: 42442.

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

Color convert

RGB2021650-
CMYK00.1810.21
HSL49.01º100%39.61%-
HSV(B)49.01º100%79.22%-
XYZ37.8139.475.62-
YUV157.2539.26159.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.04%
G=44.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202165000.1810.2149.0110039.61
HexCAA500126415316428
Octal3122450022144256114450
Binary110010101010010100100101100100101011100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA500; }

 p { color: rgb(202,165,0); }

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

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

 a { background-color: rgb(202,165,0); }

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

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

 span { border-color: rgb(202,165,0); }

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