Shades of Buddha Gold #CAA21C
Tints of Buddha Gold #CAA21C
RGB
CMYK
RGB Variations
Color information
#CAA21C (or 0xCAA21C) is known color: Buddha Gold. HEX triplet: CA, A2 and 1C. RGB value is (202,162,28). Sum of RGB (Red+Green+Blue) = 202+162+28=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA21C is #355DE3. Grayscale: #9F9F9F. Windows color (decimal): -3497444 or 1876682. OLE color: 1876682.
HSL color Cylindrical-coordinate representation of color #CAA21C: hue angle of 46.21º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAA21C is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 28 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.21 |
| HSL | 46.21º | 0.76% | 0.45% | - |
| HSV(B) | 46.21º | 0.86% | 0.79% | - |
| XYZ | 37.49 | 38.48 | 6.55 | - |
| YUV | 158.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 28 | 0 | 0.20 | 0.86 | 0.21 | 46.21 | 0.76 | 0.45 |
| Hex | CA | A2 | 1C | 0 | 14 | 56 | 15 | 2E | 4C | 2D |
| Octal | 312 | 242 | 34 | 0 | 24 | 126 | 25 | 56 | 114 | 55 |
| Binary | 11001010 | 10100010 | 11100 | 0 | 10100 | 1010110 | 10101 | 101110 | 1001100 | 101101 |
Color Harmonies of #CAA21C
Complementary color
Monochromatic Colors of #CAA21C
Black with #CAA21C
Text Example
Text Example
White with #CAA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA21C; }
p { color: rgb(202,162,28); }
H1.HeaderClassName
{
color: #CAA21C;
}
.AnyTagClassName
{
color: #CAA21C;
}
</style>
background-color css
<style>
a { background-color: #CAA21C; }
a { background-color: rgb(202,162,28); }
div.DivClassName
{
background-color: #CAA21C;
}
.BgClassName
{
background-color: #CAA21C;
}
</style>
border-color css
<style>
span { border-color: #CAA21C; }
span { border-color: rgb(202,162,28); }
td.TdClassName
{
border-color: #CAA21C;
}
.TagClassName
{
border-color: #CAA21C;
}
</style>