#CA9A21

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

Shades of Buddha Gold #CA9A21

Tints of Buddha Gold #CA9A21

Color information

#CA9A21 (or 0xCA9A21) is unknown color: approx Buddha Gold. HEX triplet: CA, 9A and 21. RGB value is (202,154,33). Sum of RGB (Red+Green+Blue) = 202+154+33=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A21 is #3565DE. Grayscale: #9B9B9B. Windows color (decimal): -3499487 or 2202314. OLE color: 2202314.

HSL color Cylindrical-coordinate representation of color #CA9A21: hue angle of 42.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA9A21 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB20215433-
CMYK00.240.840.21
HSL42.96º71.91%46.08%-
HSV(B)42.96º83.66%79.22%-
XYZ36.1935.786.44-
YUV154.5659.4161.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 33 (13.28% from 255) = 8.48%
R=51.93%
G=39.59%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021543300.240.840.2142.9671.9146.08
HexCA9A2101854152b482e
Octal31223241030124255311056
Binary11001010100110101000010110001010100101011010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9A21; }

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

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

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

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

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

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

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

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