#CA9617

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

Shades of Buddha Gold #CA9617

Tints of Buddha Gold #CA9617

Color information

#CA9617 (or 0xCA9617) is unknown color: approx Buddha Gold. HEX triplet: CA, 96 and 17. RGB value is (202,150,23). Sum of RGB (Red+Green+Blue) = 202+150+23=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9617 is #3569E8. Grayscale: #979797. Windows color (decimal): -3500521 or 1545930. OLE color: 1545930.

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

Color convert

RGB20215023-
CMYK00.260.890.21
HSL42.57º79.56%44.12%-
HSV(B)42.57º88.61%79.22%-
XYZ35.4234.435.59-
YUV151.0755.73164.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 23 (9.38% from 255) = 6.13%
R=53.87%
G=40%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021502300.260.890.2142.5779.5644.12
HexCA961701A59152b502c
Octal31222627032131255312054
Binary1100101010010110101110110101011001101011010111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9617; }

 p { color: rgb(202,150,23); }

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

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

 a { background-color: rgb(202,150,23); }

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

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

 span { border-color: rgb(202,150,23); }

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