Shades of Buddha Gold #CAA01E
Tints of Buddha Gold #CAA01E
RGB
CMYK
RGB Variations
Color information
#CAA01E (or 0xCAA01E) is known color: Buddha Gold. HEX triplet: CA, A0 and 1E. RGB value is (202,160,30). Sum of RGB (Red+Green+Blue) = 202+160+30=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA01E is #355FE1. Grayscale: #9E9E9E. Windows color (decimal): -3497954 or 2007242. OLE color: 2007242.
HSL color Cylindrical-coordinate representation of color #CAA01E: hue angle of 45.35º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAA01E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 30 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.21 |
| HSL | 45.35º | 0.74% | 0.45% | - |
| HSV(B) | 45.35º | 0.85% | 0.79% | - |
| XYZ | 37.16 | 37.79 | 6.56 | - |
| YUV | 157.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 30 | 0 | 0.21 | 0.85 | 0.21 | 45.35 | 0.74 | 0.45 |
| Hex | CA | A0 | 1E | 0 | 15 | 55 | 15 | 2D | 4A | 2D |
| Octal | 312 | 240 | 36 | 0 | 25 | 125 | 25 | 55 | 112 | 55 |
| Binary | 11001010 | 10100000 | 11110 | 0 | 10101 | 1010101 | 10101 | 101101 | 1001010 | 101101 |
Color Harmonies of #CAA01E
Complementary color
Monochromatic Colors of #CAA01E
Black with #CAA01E
Text Example
Text Example
White with #CAA01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA01E; }
p { color: rgb(202,160,30); }
H1.HeaderClassName
{
color: #CAA01E;
}
.AnyTagClassName
{
color: #CAA01E;
}
</style>
background-color css
<style>
a { background-color: #CAA01E; }
a { background-color: rgb(202,160,30); }
div.DivClassName
{
background-color: #CAA01E;
}
.BgClassName
{
background-color: #CAA01E;
}
</style>
border-color css
<style>
span { border-color: #CAA01E; }
span { border-color: rgb(202,160,30); }
td.TdClassName
{
border-color: #CAA01E;
}
.TagClassName
{
border-color: #CAA01E;
}
</style>