Shades of Buddha Gold #CAA70A
Tints of Buddha Gold #CAA70A
RGB
CMYK
RGB Variations
Color information
#CAA70A (or 0xCAA70A) is known color: Buddha Gold. HEX triplet: CA, A7 and 0A. RGB value is (202,167,10). Sum of RGB (Red+Green+Blue) = 202+167+10=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA70A is #3558F5. Grayscale: #A0A0A0. Windows color (decimal): -3496182 or 698314. OLE color: 698314.
HSL color Cylindrical-coordinate representation of color #CAA70A: hue angle of 49.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 #CAA70A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.21 |
| HSL | 49.06º | 0.91% | 0.42% | - |
| HSV(B) | 49.06º | 0.95% | 0.79% | - |
| XYZ | 38.23 | 40.22 | 6.03 | - |
| YUV | 159.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 10 | 0 | 0.17 | 0.95 | 0.21 | 49.06 | 0.91 | 0.42 |
| Hex | CA | A7 | A | 0 | 11 | 5F | 15 | 31 | 5B | 2A |
| Octal | 312 | 247 | 12 | 0 | 21 | 137 | 25 | 61 | 133 | 52 |
| Binary | 11001010 | 10100111 | 1010 | 0 | 10001 | 1011111 | 10101 | 110001 | 1011011 | 101010 |
Color Harmonies of #CAA70A
Complementary color
Monochromatic Colors of #CAA70A
Black with #CAA70A
Text Example
Text Example
White with #CAA70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA70A; }
p { color: rgb(202,167,10); }
H1.HeaderClassName
{
color: #CAA70A;
}
.AnyTagClassName
{
color: #CAA70A;
}
</style>
background-color css
<style>
a { background-color: #CAA70A; }
a { background-color: rgb(202,167,10); }
div.DivClassName
{
background-color: #CAA70A;
}
.BgClassName
{
background-color: #CAA70A;
}
</style>
border-color css
<style>
span { border-color: #CAA70A; }
span { border-color: rgb(202,167,10); }
td.TdClassName
{
border-color: #CAA70A;
}
.TagClassName
{
border-color: #CAA70A;
}
</style>