Shades of Buddha Gold #CA990A
Tints of Buddha Gold #CA990A
RGB
CMYK
RGB Variations
Color information
#CA990A (or 0xCA990A) is known color: Buddha Gold. HEX triplet: CA, 99 and 0A. RGB value is (202,153,10). Sum of RGB (Red+Green+Blue) = 202+153+10=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA990A is #3566F5. Grayscale: #979797. Windows color (decimal): -3499766 or 694730. OLE color: 694730.
HSL color Cylindrical-coordinate representation of color #CA990A: hue angle of 44.69º 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 #CA990A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.21 |
| HSL | 44.69º | 0.91% | 0.42% | - |
| HSV(B) | 44.69º | 0.95% | 0.79% | - |
| XYZ | 35.8 | 35.36 | 5.23 | - |
| YUV | 151.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 10 | 0 | 0.24 | 0.95 | 0.21 | 44.69 | 0.91 | 0.42 |
| Hex | CA | 99 | A | 0 | 18 | 5F | 15 | 2D | 5B | 2A |
| Octal | 312 | 231 | 12 | 0 | 30 | 137 | 25 | 55 | 133 | 52 |
| Binary | 11001010 | 10011001 | 1010 | 0 | 11000 | 1011111 | 10101 | 101101 | 1011011 | 101010 |
Color Harmonies of #CA990A
Complementary color
Monochromatic Colors of #CA990A
Black with #CA990A
Text Example
Text Example
White with #CA990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA990A; }
p { color: rgb(202,153,10); }
H1.HeaderClassName
{
color: #CA990A;
}
.AnyTagClassName
{
color: #CA990A;
}
</style>
background-color css
<style>
a { background-color: #CA990A; }
a { background-color: rgb(202,153,10); }
div.DivClassName
{
background-color: #CA990A;
}
.BgClassName
{
background-color: #CA990A;
}
</style>
border-color css
<style>
span { border-color: #CA990A; }
span { border-color: rgb(202,153,10); }
td.TdClassName
{
border-color: #CA990A;
}
.TagClassName
{
border-color: #CA990A;
}
</style>