Shades of Buddha Gold #CAA20B
Tints of Buddha Gold #CAA20B
RGB
CMYK
RGB Variations
Color information
#CAA20B (or 0xCAA20B) is known color: Buddha Gold. HEX triplet: CA, A2 and 0B. RGB value is (202,162,11). Sum of RGB (Red+Green+Blue) = 202+162+11=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA20B is #355DF4. Grayscale: #9D9D9D. Windows color (decimal): -3497461 or 762570. OLE color: 762570.
HSL color Cylindrical-coordinate representation of color #CAA20B: hue angle of 47.43º degrees, saturation: 0.9, 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 #CAA20B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.21 |
| HSL | 47.43º | 0.9% | 0.42% | - |
| HSV(B) | 47.43º | 0.95% | 0.79% | - |
| XYZ | 37.34 | 38.42 | 5.76 | - |
| YUV | 156.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 11 | 0 | 0.20 | 0.95 | 0.21 | 47.43 | 0.9 | 0.42 |
| Hex | CA | A2 | B | 0 | 14 | 5F | 15 | 2F | 5A | 2A |
| Octal | 312 | 242 | 13 | 0 | 24 | 137 | 25 | 57 | 132 | 52 |
| Binary | 11001010 | 10100010 | 1011 | 0 | 10100 | 1011111 | 10101 | 101111 | 1011010 | 101010 |
Color Harmonies of #CAA20B
Complementary color
Monochromatic Colors of #CAA20B
Black with #CAA20B
Text Example
Text Example
White with #CAA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA20B; }
p { color: rgb(202,162,11); }
H1.HeaderClassName
{
color: #CAA20B;
}
.AnyTagClassName
{
color: #CAA20B;
}
</style>
background-color css
<style>
a { background-color: #CAA20B; }
a { background-color: rgb(202,162,11); }
div.DivClassName
{
background-color: #CAA20B;
}
.BgClassName
{
background-color: #CAA20B;
}
</style>
border-color css
<style>
span { border-color: #CAA20B; }
span { border-color: rgb(202,162,11); }
td.TdClassName
{
border-color: #CAA20B;
}
.TagClassName
{
border-color: #CAA20B;
}
</style>