Shades of Buddha Gold #CAA40B
Tints of Buddha Gold #CAA40B
RGB
CMYK
RGB Variations
Color information
#CAA40B (or 0xCAA40B) is known color: Buddha Gold. HEX triplet: CA, A4 and 0B. RGB value is (202,164,11). Sum of RGB (Red+Green+Blue) = 202+164+11=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA40B is #355BF4. Grayscale: #9E9E9E. Windows color (decimal): -3496949 or 763082. OLE color: 763082.
HSL color Cylindrical-coordinate representation of color #CAA40B: hue angle of 48.06º 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 #CAA40B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.21 |
| HSL | 48.06º | 0.9% | 0.42% | - |
| HSV(B) | 48.06º | 0.95% | 0.79% | - |
| XYZ | 37.69 | 39.13 | 5.88 | - |
| YUV | 157.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 11 | 0 | 0.19 | 0.95 | 0.21 | 48.06 | 0.9 | 0.42 |
| Hex | CA | A4 | B | 0 | 13 | 5F | 15 | 30 | 5A | 2A |
| Octal | 312 | 244 | 13 | 0 | 23 | 137 | 25 | 60 | 132 | 52 |
| Binary | 11001010 | 10100100 | 1011 | 0 | 10011 | 1011111 | 10101 | 110000 | 1011010 | 101010 |
Color Harmonies of #CAA40B
Complementary color
Monochromatic Colors of #CAA40B
Black with #CAA40B
Text Example
Text Example
White with #CAA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA40B; }
p { color: rgb(202,164,11); }
H1.HeaderClassName
{
color: #CAA40B;
}
.AnyTagClassName
{
color: #CAA40B;
}
</style>
background-color css
<style>
a { background-color: #CAA40B; }
a { background-color: rgb(202,164,11); }
div.DivClassName
{
background-color: #CAA40B;
}
.BgClassName
{
background-color: #CAA40B;
}
</style>
border-color css
<style>
span { border-color: #CAA40B; }
span { border-color: rgb(202,164,11); }
td.TdClassName
{
border-color: #CAA40B;
}
.TagClassName
{
border-color: #CAA40B;
}
</style>