Shades of Buddha Gold #CAA40F
Tints of Buddha Gold #CAA40F
RGB
CMYK
RGB Variations
Color information
#CAA40F (or 0xCAA40F) is known color: Buddha Gold. HEX triplet: CA, A4 and 0F. RGB value is (202,164,15). Sum of RGB (Red+Green+Blue) = 202+164+15=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA40F is #355BF0. Grayscale: #9F9F9F. Windows color (decimal): -3496945 or 1025226. OLE color: 1025226.
HSL color Cylindrical-coordinate representation of color #CAA40F: hue angle of 47.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAA40F is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 15 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.21 |
| HSL | 47.81º | 0.86% | 0.43% | - |
| HSV(B) | 47.81º | 0.93% | 0.79% | - |
| XYZ | 37.72 | 39.14 | 6.02 | - |
| YUV | 158.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 15 | 0 | 0.19 | 0.93 | 0.21 | 47.81 | 0.86 | 0.43 |
| Hex | CA | A4 | F | 0 | 13 | 5D | 15 | 30 | 56 | 2B |
| Octal | 312 | 244 | 17 | 0 | 23 | 135 | 25 | 60 | 126 | 53 |
| Binary | 11001010 | 10100100 | 1111 | 0 | 10011 | 1011101 | 10101 | 110000 | 1010110 | 101011 |
Color Harmonies of #CAA40F
Complementary color
Monochromatic Colors of #CAA40F
Black with #CAA40F
Text Example
Text Example
White with #CAA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA40F; }
p { color: rgb(202,164,15); }
H1.HeaderClassName
{
color: #CAA40F;
}
.AnyTagClassName
{
color: #CAA40F;
}
</style>
background-color css
<style>
a { background-color: #CAA40F; }
a { background-color: rgb(202,164,15); }
div.DivClassName
{
background-color: #CAA40F;
}
.BgClassName
{
background-color: #CAA40F;
}
</style>
border-color css
<style>
span { border-color: #CAA40F; }
span { border-color: rgb(202,164,15); }
td.TdClassName
{
border-color: #CAA40F;
}
.TagClassName
{
border-color: #CAA40F;
}
</style>