Shades of Buddha Gold #CAA20D
Tints of Buddha Gold #CAA20D
RGB
CMYK
RGB Variations
Color information
#CAA20D (or 0xCAA20D) is known color: Buddha Gold. HEX triplet: CA, A2 and 0D. RGB value is (202,162,13). Sum of RGB (Red+Green+Blue) = 202+162+13=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA20D is #355DF2. Grayscale: #9D9D9D. Windows color (decimal): -3497459 or 893642. OLE color: 893642.
HSL color Cylindrical-coordinate representation of color #CAA20D: hue angle of 47.3º degrees, saturation: 0.88, 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 #CAA20D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.21 |
| HSL | 47.3º | 0.88% | 0.42% | - |
| HSV(B) | 47.3º | 0.94% | 0.79% | - |
| XYZ | 37.35 | 38.43 | 5.83 | - |
| YUV | 156.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 13 | 0 | 0.20 | 0.94 | 0.21 | 47.3 | 0.88 | 0.42 |
| Hex | CA | A2 | D | 0 | 14 | 5E | 15 | 2F | 58 | 2A |
| Octal | 312 | 242 | 15 | 0 | 24 | 136 | 25 | 57 | 130 | 52 |
| Binary | 11001010 | 10100010 | 1101 | 0 | 10100 | 1011110 | 10101 | 101111 | 1011000 | 101010 |
Color Harmonies of #CAA20D
Complementary color
Monochromatic Colors of #CAA20D
Black with #CAA20D
Text Example
Text Example
White with #CAA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA20D; }
p { color: rgb(202,162,13); }
H1.HeaderClassName
{
color: #CAA20D;
}
.AnyTagClassName
{
color: #CAA20D;
}
</style>
background-color css
<style>
a { background-color: #CAA20D; }
a { background-color: rgb(202,162,13); }
div.DivClassName
{
background-color: #CAA20D;
}
.BgClassName
{
background-color: #CAA20D;
}
</style>
border-color css
<style>
span { border-color: #CAA20D; }
span { border-color: rgb(202,162,13); }
td.TdClassName
{
border-color: #CAA20D;
}
.TagClassName
{
border-color: #CAA20D;
}
</style>