#CA9A05

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

Shades of Buddha Gold #CA9A05

Tints of Buddha Gold #CA9A05

Color information

#CA9A05 (or 0xCA9A05) is unknown color: approx Buddha Gold. HEX triplet: CA, 9A and 05. RGB value is (202,154,5). Sum of RGB (Red+Green+Blue) = 202+154+5=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9A05 is #3565FA. Grayscale: #989898. Windows color (decimal): -3499515 or 367306. OLE color: 367306.

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

Color convert

RGB2021545-
CMYK00.240.980.21
HSL45.38º95.17%40.59%-
HSV(B)45.38º97.52%79.22%-
XYZ35.9435.685.14-
YUV151.3745.4164.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=55.96%
G=42.66%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202154500.240.980.2145.3895.1740.59
HexCA9A501862152d5f29
Octal3122325030142255513751
Binary11001010100110101010110001100010101011011011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A05; }

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

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

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

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

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

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

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

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