Shades of Buddha Gold #CA9F0A
Tints of Buddha Gold #CA9F0A
RGB
CMYK
RGB Variations
Color information
#CA9F0A (or 0xCA9F0A) is known color: Buddha Gold. HEX triplet: CA, 9F and 0A. RGB value is (202,159,10). Sum of RGB (Red+Green+Blue) = 202+159+10=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9F0A is #3560F5. Grayscale: #9B9B9B. Windows color (decimal): -3498230 or 696266. OLE color: 696266.
HSL color Cylindrical-coordinate representation of color #CA9F0A: hue angle of 46.56º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA9F0A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.21 |
| HSL | 46.56º | 0.91% | 0.42% | - |
| HSV(B) | 46.56º | 0.95% | 0.79% | - |
| XYZ | 36.81 | 37.37 | 5.56 | - |
| YUV | 154.87 | 46.25 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 10 | 0 | 0.21 | 0.95 | 0.21 | 46.56 | 0.91 | 0.42 |
| Hex | CA | 9F | A | 0 | 15 | 5F | 15 | 2F | 5B | 2A |
| Octal | 312 | 237 | 12 | 0 | 25 | 137 | 25 | 57 | 133 | 52 |
| Binary | 11001010 | 10011111 | 1010 | 0 | 10101 | 1011111 | 10101 | 101111 | 1011011 | 101010 |
Color Harmonies of #CA9F0A
Complementary color
Monochromatic Colors of #CA9F0A
Black with #CA9F0A
Text Example
Text Example
White with #CA9F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F0A; }
p { color: rgb(202,159,10); }
H1.HeaderClassName
{
color: #CA9F0A;
}
.AnyTagClassName
{
color: #CA9F0A;
}
</style>
background-color css
<style>
a { background-color: #CA9F0A; }
a { background-color: rgb(202,159,10); }
div.DivClassName
{
background-color: #CA9F0A;
}
.BgClassName
{
background-color: #CA9F0A;
}
</style>
border-color css
<style>
span { border-color: #CA9F0A; }
span { border-color: rgb(202,159,10); }
td.TdClassName
{
border-color: #CA9F0A;
}
.TagClassName
{
border-color: #CA9F0A;
}
</style>