#CAA900

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

Shades of Buddha Gold #CAA900

Tints of Buddha Gold #CAA900

Color information

#CAA900 (or 0xCAA900) is unknown color: approx Buddha Gold. HEX triplet: CA, A9 and 00. RGB value is (202,169,0). Sum of RGB (Red+Green+Blue) = 202+169+0=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA900 is #3556FF. Grayscale: #A0A0A0. Windows color (decimal): -3495680 or 43466. OLE color: 43466.

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

Color convert

RGB2021690-
CMYK00.1610.21
HSL50.2º100%39.61%-
HSV(B)50.2º100%79.22%-
XYZ38.5540.935.87-
YUV159.637.93158.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 169 (66.41% from 255) = 45.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.45%
G=45.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202169000.1610.2150.210039.61
HexCAA900106415326428
Octal3122510020144256214450
Binary110010101010100100100001100100101011100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA900; }

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

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

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

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

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

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

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

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