Shades of Buddha Gold #CAA30C
Tints of Buddha Gold #CAA30C
RGB
CMYK
RGB Variations
Color information
#CAA30C (or 0xCAA30C) is known color: Buddha Gold. HEX triplet: CA, A3 and 0C. RGB value is (202,163,12). Sum of RGB (Red+Green+Blue) = 202+163+12=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA30C is #355CF3. Grayscale: #9E9E9E. Windows color (decimal): -3497204 or 828362. OLE color: 828362.
HSL color Cylindrical-coordinate representation of color #CAA30C: hue angle of 47.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAA30C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.21 |
| HSL | 47.68º | 0.89% | 0.42% | - |
| HSV(B) | 47.68º | 0.94% | 0.79% | - |
| XYZ | 37.52 | 38.78 | 5.86 | - |
| YUV | 157.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 12 | 0 | 0.19 | 0.94 | 0.21 | 47.68 | 0.89 | 0.42 |
| Hex | CA | A3 | C | 0 | 13 | 5E | 15 | 30 | 59 | 2A |
| Octal | 312 | 243 | 14 | 0 | 23 | 136 | 25 | 60 | 131 | 52 |
| Binary | 11001010 | 10100011 | 1100 | 0 | 10011 | 1011110 | 10101 | 110000 | 1011001 | 101010 |
Color Harmonies of #CAA30C
Complementary color
Monochromatic Colors of #CAA30C
Black with #CAA30C
Text Example
Text Example
White with #CAA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA30C; }
p { color: rgb(202,163,12); }
H1.HeaderClassName
{
color: #CAA30C;
}
.AnyTagClassName
{
color: #CAA30C;
}
</style>
background-color css
<style>
a { background-color: #CAA30C; }
a { background-color: rgb(202,163,12); }
div.DivClassName
{
background-color: #CAA30C;
}
.BgClassName
{
background-color: #CAA30C;
}
</style>
border-color css
<style>
span { border-color: #CAA30C; }
span { border-color: rgb(202,163,12); }
td.TdClassName
{
border-color: #CAA30C;
}
.TagClassName
{
border-color: #CAA30C;
}
</style>