#CA9319

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

Shades of Buddha Gold #CA9319

Tints of Buddha Gold #CA9319

Color information

#CA9319 (or 0xCA9319) is unknown color: approx Buddha Gold. HEX triplet: CA, 93 and 19. RGB value is (202,147,25). Sum of RGB (Red+Green+Blue) = 202+147+25=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9319 is #356CE6. Grayscale: #969696. Windows color (decimal): -3501287 or 1676234. OLE color: 1676234.

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

Color convert

RGB20214725-
CMYK00.270.880.21
HSL41.36º77.97%44.51%-
HSV(B)41.36º87.62%79.22%-
XYZ34.9733.495.54-
YUV149.5457.72165.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 25 (10.16% from 255) = 6.68%
R=54.01%
G=39.30%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021472500.270.880.2141.3677.9744.51
HexCA931901B5815294e2d
Octal31222331033130255111655
Binary1100101010010011110010110111011000101011010011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9319; }

 p { color: rgb(202,147,25); }

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

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

 a { background-color: rgb(202,147,25); }

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

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

 span { border-color: rgb(202,147,25); }

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