Shades of Buddha Gold #CA981B
Tints of Buddha Gold #CA981B
RGB
CMYK
RGB Variations
Color information
#CA981B (or 0xCA981B) is known color: Buddha Gold. HEX triplet: CA, 98 and 1B. RGB value is (202,152,27). Sum of RGB (Red+Green+Blue) = 202+152+27=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA981B is #3567E4. Grayscale: #999999. Windows color (decimal): -3500005 or 1808586. OLE color: 1808586.
HSL color Cylindrical-coordinate representation of color #CA981B: hue angle of 42.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA981B is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 27 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.21 |
| HSL | 42.86º | 0.76% | 0.45% | - |
| HSV(B) | 42.86º | 0.87% | 0.79% | - |
| XYZ | 35.78 | 35.09 | 5.92 | - |
| YUV | 152.7 | 57.07 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 27 | 0 | 0.25 | 0.87 | 0.21 | 42.86 | 0.76 | 0.45 |
| Hex | CA | 98 | 1B | 0 | 19 | 57 | 15 | 2B | 4C | 2D |
| Octal | 312 | 230 | 33 | 0 | 31 | 127 | 25 | 53 | 114 | 55 |
| Binary | 11001010 | 10011000 | 11011 | 0 | 11001 | 1010111 | 10101 | 101011 | 1001100 | 101101 |
Color Harmonies of #CA981B
Complementary color
Monochromatic Colors of #CA981B
Black with #CA981B
Text Example
Text Example
White with #CA981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA981B; }
p { color: rgb(202,152,27); }
H1.HeaderClassName
{
color: #CA981B;
}
.AnyTagClassName
{
color: #CA981B;
}
</style>
background-color css
<style>
a { background-color: #CA981B; }
a { background-color: rgb(202,152,27); }
div.DivClassName
{
background-color: #CA981B;
}
.BgClassName
{
background-color: #CA981B;
}
</style>
border-color css
<style>
span { border-color: #CA981B; }
span { border-color: rgb(202,152,27); }
td.TdClassName
{
border-color: #CA981B;
}
.TagClassName
{
border-color: #CA981B;
}
</style>