Shades of Buddha Gold #CA9717
Tints of Buddha Gold #CA9717
RGB
CMYK
RGB Variations
Color information
#CA9717 (or 0xCA9717) is known color: Buddha Gold. HEX triplet: CA, 97 and 17. RGB value is (202,151,23). Sum of RGB (Red+Green+Blue) = 202+151+23=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9717 is #3568E8. Grayscale: #989898. Windows color (decimal): -3500265 or 1546186. OLE color: 1546186.
HSL color Cylindrical-coordinate representation of color #CA9717: hue angle of 42.91º 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 #CA9717 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 23 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.21 |
| HSL | 42.91º | 0.8% | 0.44% | - |
| HSV(B) | 42.91º | 0.89% | 0.79% | - |
| XYZ | 35.58 | 34.75 | 5.64 | - |
| YUV | 151.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 23 | 0 | 0.25 | 0.89 | 0.21 | 42.91 | 0.8 | 0.44 |
| Hex | CA | 97 | 17 | 0 | 19 | 59 | 15 | 2B | 50 | 2C |
| Octal | 312 | 227 | 27 | 0 | 31 | 131 | 25 | 53 | 120 | 54 |
| Binary | 11001010 | 10010111 | 10111 | 0 | 11001 | 1011001 | 10101 | 101011 | 1010000 | 101100 |
Color Harmonies of #CA9717
Complementary color
Monochromatic Colors of #CA9717
Black with #CA9717
Text Example
Text Example
White with #CA9717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9717; }
p { color: rgb(202,151,23); }
H1.HeaderClassName
{
color: #CA9717;
}
.AnyTagClassName
{
color: #CA9717;
}
</style>
background-color css
<style>
a { background-color: #CA9717; }
a { background-color: rgb(202,151,23); }
div.DivClassName
{
background-color: #CA9717;
}
.BgClassName
{
background-color: #CA9717;
}
</style>
border-color css
<style>
span { border-color: #CA9717; }
span { border-color: rgb(202,151,23); }
td.TdClassName
{
border-color: #CA9717;
}
.TagClassName
{
border-color: #CA9717;
}
</style>