#CA9218

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

Shades of Buddha Gold #CA9218

Tints of Buddha Gold #CA9218

Color information

#CA9218 (or 0xCA9218) is unknown color: approx Buddha Gold. HEX triplet: CA, 92 and 18. RGB value is (202,146,24). Sum of RGB (Red+Green+Blue) = 202+146+24=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9218 is #356DE7. Grayscale: #959595. Windows color (decimal): -3501544 or 1610442. OLE color: 1610442.

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

Color convert

RGB20214624-
CMYK00.280.880.21
HSL41.12º78.76%44.31%-
HSV(B)41.12º88.12%79.22%-
XYZ34.833.185.43-
YUV148.8457.55165.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 24 (9.77% from 255) = 6.45%
R=54.30%
G=39.25%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021462400.280.880.2141.1278.7644.31
HexCA921801C5815294f2c
Octal31222230034130255111754
Binary1100101010010010110000111001011000101011010011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9218; }

 p { color: rgb(202,146,24); }

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

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

 a { background-color: rgb(202,146,24); }

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

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

 span { border-color: rgb(202,146,24); }

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