Shades of Buddha Gold #CAA209
Tints of Buddha Gold #CAA209
RGB
CMYK
RGB Variations
Color information
#CAA209 (or 0xCAA209) is known color: Buddha Gold. HEX triplet: CA, A2 and 09. RGB value is (202,162,9). Sum of RGB (Red+Green+Blue) = 202+162+9=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA209 is #355DF6. Grayscale: #9D9D9D. Windows color (decimal): -3497463 or 631498. OLE color: 631498.
HSL color Cylindrical-coordinate representation of color #CAA209: hue angle of 47.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAA209 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.21 |
| HSL | 47.56º | 0.91% | 0.41% | - |
| HSV(B) | 47.56º | 0.96% | 0.79% | - |
| XYZ | 37.33 | 38.42 | 5.71 | - |
| YUV | 156.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 9 | 0 | 0.20 | 0.96 | 0.21 | 47.56 | 0.91 | 0.41 |
| Hex | CA | A2 | 9 | 0 | 14 | 60 | 15 | 30 | 5B | 29 |
| Octal | 312 | 242 | 11 | 0 | 24 | 140 | 25 | 60 | 133 | 51 |
| Binary | 11001010 | 10100010 | 1001 | 0 | 10100 | 1100000 | 10101 | 110000 | 1011011 | 101001 |
Color Harmonies of #CAA209
Complementary color
Monochromatic Colors of #CAA209
Black with #CAA209
Text Example
Text Example
White with #CAA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA209; }
p { color: rgb(202,162,9); }
H1.HeaderClassName
{
color: #CAA209;
}
.AnyTagClassName
{
color: #CAA209;
}
</style>
background-color css
<style>
a { background-color: #CAA209; }
a { background-color: rgb(202,162,9); }
div.DivClassName
{
background-color: #CAA209;
}
.BgClassName
{
background-color: #CAA209;
}
</style>
border-color css
<style>
span { border-color: #CAA209; }
span { border-color: rgb(202,162,9); }
td.TdClassName
{
border-color: #CAA209;
}
.TagClassName
{
border-color: #CAA209;
}
</style>