#CA9B17

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

Shades of Buddha Gold #CA9B17

Tints of Buddha Gold #CA9B17

Color information

#CA9B17 (or 0xCA9B17) is unknown color: approx Buddha Gold. HEX triplet: CA, 9B and 17. RGB value is (202,155,23). Sum of RGB (Red+Green+Blue) = 202+155+23=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9B17 is #3564E8. Grayscale: #9A9A9A. Windows color (decimal): -3499241 or 1547210. OLE color: 1547210.

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

Color convert

RGB20215523-
CMYK00.230.890.21
HSL44.25º79.56%44.12%-
HSV(B)44.25º88.61%79.22%-
XYZ36.2336.065.86-
YUV15454.07162.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 23 (9.38% from 255) = 6.05%
R=53.16%
G=40.79%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021552300.230.890.2144.2579.5644.12
HexCA9B1701759152c502c
Octal31223327027131255412054
Binary1100101010011011101110101111011001101011011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9B17; }

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

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

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

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

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

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

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

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