Shades of Buddha Gold #CAA00B
Tints of Buddha Gold #CAA00B
RGB
CMYK
RGB Variations
Color information
#CAA00B (or 0xCAA00B) is known color: Buddha Gold. HEX triplet: CA, A0 and 0B. RGB value is (202,160,11). Sum of RGB (Red+Green+Blue) = 202+160+11=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA00B is #355FF4. Grayscale: #9C9C9C. Windows color (decimal): -3497973 or 762058. OLE color: 762058.
HSL color Cylindrical-coordinate representation of color #CAA00B: hue angle of 46.81º 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 #CAA00B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.21 |
| HSL | 46.81º | 0.9% | 0.42% | - |
| HSV(B) | 46.81º | 0.95% | 0.79% | - |
| XYZ | 36.99 | 37.72 | 5.65 | - |
| YUV | 155.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 11 | 0 | 0.21 | 0.95 | 0.21 | 46.81 | 0.9 | 0.42 |
| Hex | CA | A0 | B | 0 | 15 | 5F | 15 | 2F | 5A | 2A |
| Octal | 312 | 240 | 13 | 0 | 25 | 137 | 25 | 57 | 132 | 52 |
| Binary | 11001010 | 10100000 | 1011 | 0 | 10101 | 1011111 | 10101 | 101111 | 1011010 | 101010 |
Color Harmonies of #CAA00B
Complementary color
Monochromatic Colors of #CAA00B
Black with #CAA00B
Text Example
Text Example
White with #CAA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA00B; }
p { color: rgb(202,160,11); }
H1.HeaderClassName
{
color: #CAA00B;
}
.AnyTagClassName
{
color: #CAA00B;
}
</style>
background-color css
<style>
a { background-color: #CAA00B; }
a { background-color: rgb(202,160,11); }
div.DivClassName
{
background-color: #CAA00B;
}
.BgClassName
{
background-color: #CAA00B;
}
</style>
border-color css
<style>
span { border-color: #CAA00B; }
span { border-color: rgb(202,160,11); }
td.TdClassName
{
border-color: #CAA00B;
}
.TagClassName
{
border-color: #CAA00B;
}
</style>