Shades of Buddha Gold #CAA30B
Tints of Buddha Gold #CAA30B
RGB
CMYK
RGB Variations
Color information
#CAA30B (or 0xCAA30B) is known color: Buddha Gold. HEX triplet: CA, A3 and 0B. RGB value is (202,163,11). Sum of RGB (Red+Green+Blue) = 202+163+11=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA30B is #355CF4. Grayscale: #9D9D9D. Windows color (decimal): -3497205 or 762826. OLE color: 762826.
HSL color Cylindrical-coordinate representation of color #CAA30B: hue angle of 47.75º 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 #CAA30B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.21 |
| HSL | 47.75º | 0.9% | 0.42% | - |
| HSV(B) | 47.75º | 0.95% | 0.79% | - |
| XYZ | 37.51 | 38.78 | 5.82 | - |
| YUV | 157.33 | 45.42 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 11 | 0 | 0.19 | 0.95 | 0.21 | 47.75 | 0.9 | 0.42 |
| Hex | CA | A3 | B | 0 | 13 | 5F | 15 | 30 | 5A | 2A |
| Octal | 312 | 243 | 13 | 0 | 23 | 137 | 25 | 60 | 132 | 52 |
| Binary | 11001010 | 10100011 | 1011 | 0 | 10011 | 1011111 | 10101 | 110000 | 1011010 | 101010 |
Color Harmonies of #CAA30B
Complementary color
Monochromatic Colors of #CAA30B
Black with #CAA30B
Text Example
Text Example
White with #CAA30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA30B; }
p { color: rgb(202,163,11); }
H1.HeaderClassName
{
color: #CAA30B;
}
.AnyTagClassName
{
color: #CAA30B;
}
</style>
background-color css
<style>
a { background-color: #CAA30B; }
a { background-color: rgb(202,163,11); }
div.DivClassName
{
background-color: #CAA30B;
}
.BgClassName
{
background-color: #CAA30B;
}
</style>
border-color css
<style>
span { border-color: #CAA30B; }
span { border-color: rgb(202,163,11); }
td.TdClassName
{
border-color: #CAA30B;
}
.TagClassName
{
border-color: #CAA30B;
}
</style>