Shades of Buddha Gold #CA9E00
Tints of Buddha Gold #CA9E00
RGB
CMYK
RGB Variations
Color information
#CA9E00 (or 0xCA9E00) is known color: Buddha Gold. HEX triplet: CA, 9E and 00. RGB value is (202,158,0). Sum of RGB (Red+Green+Blue) = 202+158+0=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9E00 is #3561FF. Grayscale: #999999. Windows color (decimal): -3498496 or 40650. OLE color: 40650.
HSL color Cylindrical-coordinate representation of color #CA9E00: hue angle of 46.93º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA9E00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.21 |
| HSL | 46.93º | 1% | 0.4% | - |
| HSV(B) | 46.93º | 1% | 0.79% | - |
| XYZ | 36.58 | 37.01 | 5.22 | - |
| YUV | 153.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 0 | 0 | 0.22 | 1 | 0.21 | 46.93 | 1 | 0.4 |
| Hex | CA | 9E | 0 | 0 | 16 | 64 | 15 | 2F | 64 | 28 |
| Octal | 312 | 236 | 0 | 0 | 26 | 144 | 25 | 57 | 144 | 50 |
| Binary | 11001010 | 10011110 | 0 | 0 | 10110 | 1100100 | 10101 | 101111 | 1100100 | 101000 |
Color Harmonies of #CA9E00
Complementary color
Monochromatic Colors of #CA9E00
Black with #CA9E00
Text Example
Text Example
White with #CA9E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E00; }
p { color: rgb(202,158,0); }
H1.HeaderClassName
{
color: #CA9E00;
}
.AnyTagClassName
{
color: #CA9E00;
}
</style>
background-color css
<style>
a { background-color: #CA9E00; }
a { background-color: rgb(202,158,0); }
div.DivClassName
{
background-color: #CA9E00;
}
.BgClassName
{
background-color: #CA9E00;
}
</style>
border-color css
<style>
span { border-color: #CA9E00; }
span { border-color: rgb(202,158,0); }
td.TdClassName
{
border-color: #CA9E00;
}
.TagClassName
{
border-color: #CA9E00;
}
</style>