Shades of Buddha Gold #CA9F1D
Tints of Buddha Gold #CA9F1D
RGB
CMYK
RGB Variations
Color information
#CA9F1D (or 0xCA9F1D) is known color: Buddha Gold. HEX triplet: CA, 9F and 1D. RGB value is (202,159,29). Sum of RGB (Red+Green+Blue) = 202+159+29=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9F1D is #3560E2. Grayscale: #9D9D9D. Windows color (decimal): -3498211 or 1941450. OLE color: 1941450.
HSL color Cylindrical-coordinate representation of color #CA9F1D: hue angle of 45.09º 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 #CA9F1D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 29 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.21 |
| HSL | 45.09º | 0.75% | 0.45% | - |
| HSV(B) | 45.09º | 0.86% | 0.79% | - |
| XYZ | 36.98 | 37.44 | 6.44 | - |
| YUV | 157.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 29 | 0 | 0.21 | 0.86 | 0.21 | 45.09 | 0.75 | 0.45 |
| Hex | CA | 9F | 1D | 0 | 15 | 56 | 15 | 2D | 4B | 2D |
| Octal | 312 | 237 | 35 | 0 | 25 | 126 | 25 | 55 | 113 | 55 |
| Binary | 11001010 | 10011111 | 11101 | 0 | 10101 | 1010110 | 10101 | 101101 | 1001011 | 101101 |
Color Harmonies of #CA9F1D
Complementary color
Monochromatic Colors of #CA9F1D
Black with #CA9F1D
Text Example
Text Example
White with #CA9F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F1D; }
p { color: rgb(202,159,29); }
H1.HeaderClassName
{
color: #CA9F1D;
}
.AnyTagClassName
{
color: #CA9F1D;
}
</style>
background-color css
<style>
a { background-color: #CA9F1D; }
a { background-color: rgb(202,159,29); }
div.DivClassName
{
background-color: #CA9F1D;
}
.BgClassName
{
background-color: #CA9F1D;
}
</style>
border-color css
<style>
span { border-color: #CA9F1D; }
span { border-color: rgb(202,159,29); }
td.TdClassName
{
border-color: #CA9F1D;
}
.TagClassName
{
border-color: #CA9F1D;
}
</style>