Shades of Buddha Gold #CAA21D
Tints of Buddha Gold #CAA21D
RGB
CMYK
RGB Variations
Color information
#CAA21D (or 0xCAA21D) is known color: Buddha Gold. HEX triplet: CA, A2 and 1D. RGB value is (202,162,29). Sum of RGB (Red+Green+Blue) = 202+162+29=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA21D is #355DE2. Grayscale: #9F9F9F. Windows color (decimal): -3497443 or 1942218. OLE color: 1942218.
HSL color Cylindrical-coordinate representation of color #CAA21D: hue angle of 46.13º degrees, saturation: 0.75, 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 #CAA21D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 29 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.21 |
| HSL | 46.13º | 0.75% | 0.45% | - |
| HSV(B) | 46.13º | 0.86% | 0.79% | - |
| XYZ | 37.5 | 38.49 | 6.61 | - |
| YUV | 158.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 29 | 0 | 0.20 | 0.86 | 0.21 | 46.13 | 0.75 | 0.45 |
| Hex | CA | A2 | 1D | 0 | 14 | 56 | 15 | 2E | 4B | 2D |
| Octal | 312 | 242 | 35 | 0 | 24 | 126 | 25 | 56 | 113 | 55 |
| Binary | 11001010 | 10100010 | 11101 | 0 | 10100 | 1010110 | 10101 | 101110 | 1001011 | 101101 |
Color Harmonies of #CAA21D
Complementary color
Monochromatic Colors of #CAA21D
Black with #CAA21D
Text Example
Text Example
White with #CAA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA21D; }
p { color: rgb(202,162,29); }
H1.HeaderClassName
{
color: #CAA21D;
}
.AnyTagClassName
{
color: #CAA21D;
}
</style>
background-color css
<style>
a { background-color: #CAA21D; }
a { background-color: rgb(202,162,29); }
div.DivClassName
{
background-color: #CAA21D;
}
.BgClassName
{
background-color: #CAA21D;
}
</style>
border-color css
<style>
span { border-color: #CAA21D; }
span { border-color: rgb(202,162,29); }
td.TdClassName
{
border-color: #CAA21D;
}
.TagClassName
{
border-color: #CAA21D;
}
</style>