Shades of Buddha Gold #CA9E17
Tints of Buddha Gold #CA9E17
RGB
CMYK
RGB Variations
Color information
#CA9E17 (or 0xCA9E17) is known color: Buddha Gold. HEX triplet: CA, 9E and 17. RGB value is (202,158,23). Sum of RGB (Red+Green+Blue) = 202+158+23=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E17 is #3561E8. Grayscale: #9C9C9C. Windows color (decimal): -3498473 or 1547978. OLE color: 1547978.
HSL color Cylindrical-coordinate representation of color #CA9E17: hue angle of 45.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 #CA9E17 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 23 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.21 |
| HSL | 45.25º | 0.8% | 0.44% | - |
| HSV(B) | 45.25º | 0.89% | 0.79% | - |
| XYZ | 36.74 | 37.07 | 6.03 | - |
| YUV | 155.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 23 | 0 | 0.22 | 0.89 | 0.21 | 45.25 | 0.8 | 0.44 |
| Hex | CA | 9E | 17 | 0 | 16 | 59 | 15 | 2D | 50 | 2C |
| Octal | 312 | 236 | 27 | 0 | 26 | 131 | 25 | 55 | 120 | 54 |
| Binary | 11001010 | 10011110 | 10111 | 0 | 10110 | 1011001 | 10101 | 101101 | 1010000 | 101100 |
Color Harmonies of #CA9E17
Complementary color
Monochromatic Colors of #CA9E17
Black with #CA9E17
Text Example
Text Example
White with #CA9E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E17; }
p { color: rgb(202,158,23); }
H1.HeaderClassName
{
color: #CA9E17;
}
.AnyTagClassName
{
color: #CA9E17;
}
</style>
background-color css
<style>
a { background-color: #CA9E17; }
a { background-color: rgb(202,158,23); }
div.DivClassName
{
background-color: #CA9E17;
}
.BgClassName
{
background-color: #CA9E17;
}
</style>
border-color css
<style>
span { border-color: #CA9E17; }
span { border-color: rgb(202,158,23); }
td.TdClassName
{
border-color: #CA9E17;
}
.TagClassName
{
border-color: #CA9E17;
}
</style>