Shades of Buddha Gold #CA970A
Tints of Buddha Gold #CA970A
RGB
CMYK
RGB Variations
Color information
#CA970A (or 0xCA970A) is known color: Buddha Gold. HEX triplet: CA, 97 and 0A. RGB value is (202,151,10). Sum of RGB (Red+Green+Blue) = 202+151+10=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA970A is #3568F5. Grayscale: #969696. Windows color (decimal): -3500278 or 694218. OLE color: 694218.
HSL color Cylindrical-coordinate representation of color #CA970A: hue angle of 44.06º 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 #CA970A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 10 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.21 |
| HSL | 44.06º | 0.91% | 0.42% | - |
| HSV(B) | 44.06º | 0.95% | 0.79% | - |
| XYZ | 35.48 | 34.71 | 5.12 | - |
| YUV | 150.18 | 48.9 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 10 | 0 | 0.25 | 0.95 | 0.21 | 44.06 | 0.91 | 0.42 |
| Hex | CA | 97 | A | 0 | 19 | 5F | 15 | 2C | 5B | 2A |
| Octal | 312 | 227 | 12 | 0 | 31 | 137 | 25 | 54 | 133 | 52 |
| Binary | 11001010 | 10010111 | 1010 | 0 | 11001 | 1011111 | 10101 | 101100 | 1011011 | 101010 |
Color Harmonies of #CA970A
Complementary color
Monochromatic Colors of #CA970A
Black with #CA970A
Text Example
Text Example
White with #CA970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA970A; }
p { color: rgb(202,151,10); }
H1.HeaderClassName
{
color: #CA970A;
}
.AnyTagClassName
{
color: #CA970A;
}
</style>
background-color css
<style>
a { background-color: #CA970A; }
a { background-color: rgb(202,151,10); }
div.DivClassName
{
background-color: #CA970A;
}
.BgClassName
{
background-color: #CA970A;
}
</style>
border-color css
<style>
span { border-color: #CA970A; }
span { border-color: rgb(202,151,10); }
td.TdClassName
{
border-color: #CA970A;
}
.TagClassName
{
border-color: #CA970A;
}
</style>