Shades of Buddha Gold #CA9F1E
Tints of Buddha Gold #CA9F1E
RGB
CMYK
RGB Variations
Color information
#CA9F1E (or 0xCA9F1E) is known color: Buddha Gold. HEX triplet: CA, 9F and 1E. RGB value is (202,159,30). Sum of RGB (Red+Green+Blue) = 202+159+30=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9F1E is #3560E1. Grayscale: #9D9D9D. Windows color (decimal): -3498210 or 2006986. OLE color: 2006986.
HSL color Cylindrical-coordinate representation of color #CA9F1E: hue angle of 45º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA9F1E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 30 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.21 |
| HSL | 45º | 0.74% | 0.45% | - |
| HSV(B) | 45º | 0.85% | 0.79% | - |
| XYZ | 36.99 | 37.45 | 6.51 | - |
| YUV | 157.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 30 | 0 | 0.21 | 0.85 | 0.21 | 45 | 0.74 | 0.45 |
| Hex | CA | 9F | 1E | 0 | 15 | 55 | 15 | 2D | 4A | 2D |
| Octal | 312 | 237 | 36 | 0 | 25 | 125 | 25 | 55 | 112 | 55 |
| Binary | 11001010 | 10011111 | 11110 | 0 | 10101 | 1010101 | 10101 | 101101 | 1001010 | 101101 |
Color Harmonies of #CA9F1E
Complementary color
Monochromatic Colors of #CA9F1E
Black with #CA9F1E
Text Example
Text Example
White with #CA9F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F1E; }
p { color: rgb(202,159,30); }
H1.HeaderClassName
{
color: #CA9F1E;
}
.AnyTagClassName
{
color: #CA9F1E;
}
</style>
background-color css
<style>
a { background-color: #CA9F1E; }
a { background-color: rgb(202,159,30); }
div.DivClassName
{
background-color: #CA9F1E;
}
.BgClassName
{
background-color: #CA9F1E;
}
</style>
border-color css
<style>
span { border-color: #CA9F1E; }
span { border-color: rgb(202,159,30); }
td.TdClassName
{
border-color: #CA9F1E;
}
.TagClassName
{
border-color: #CA9F1E;
}
</style>