Shades of Buddha Gold #CAA00A
Tints of Buddha Gold #CAA00A
RGB
CMYK
RGB Variations
Color information
#CAA00A (or 0xCAA00A) is known color: Buddha Gold. HEX triplet: CA, A0 and 0A. RGB value is (202,160,10). Sum of RGB (Red+Green+Blue) = 202+160+10=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA00A is #355FF5. Grayscale: #9C9C9C. Windows color (decimal): -3497974 or 696522. OLE color: 696522.
HSL color Cylindrical-coordinate representation of color #CAA00A: hue angle of 46.88º 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 #CAA00A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.21 |
| HSL | 46.88º | 0.91% | 0.42% | - |
| HSV(B) | 46.88º | 0.95% | 0.79% | - |
| XYZ | 36.98 | 37.72 | 5.62 | - |
| YUV | 155.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 10 | 0 | 0.21 | 0.95 | 0.21 | 46.88 | 0.91 | 0.42 |
| Hex | CA | A0 | A | 0 | 15 | 5F | 15 | 2F | 5B | 2A |
| Octal | 312 | 240 | 12 | 0 | 25 | 137 | 25 | 57 | 133 | 52 |
| Binary | 11001010 | 10100000 | 1010 | 0 | 10101 | 1011111 | 10101 | 101111 | 1011011 | 101010 |
Color Harmonies of #CAA00A
Complementary color
Monochromatic Colors of #CAA00A
Black with #CAA00A
Text Example
Text Example
White with #CAA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA00A; }
p { color: rgb(202,160,10); }
H1.HeaderClassName
{
color: #CAA00A;
}
.AnyTagClassName
{
color: #CAA00A;
}
</style>
background-color css
<style>
a { background-color: #CAA00A; }
a { background-color: rgb(202,160,10); }
div.DivClassName
{
background-color: #CAA00A;
}
.BgClassName
{
background-color: #CAA00A;
}
</style>
border-color css
<style>
span { border-color: #CAA00A; }
span { border-color: rgb(202,160,10); }
td.TdClassName
{
border-color: #CAA00A;
}
.TagClassName
{
border-color: #CAA00A;
}
</style>