Shades of Buddha Gold #CA9D1F
Tints of Buddha Gold #CA9D1F
RGB
CMYK
RGB Variations
Color information
#CA9D1F (or 0xCA9D1F) is known color: Buddha Gold. HEX triplet: CA, 9D and 1F. RGB value is (202,157,31). Sum of RGB (Red+Green+Blue) = 202+157+31=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D1F is #3562E0. Grayscale: #9C9C9C. Windows color (decimal): -3498721 or 2072010. OLE color: 2072010.
HSL color Cylindrical-coordinate representation of color #CA9D1F: hue angle of 44.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA9D1F is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 31 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.21 |
| HSL | 44.21º | 0.73% | 0.46% | - |
| HSV(B) | 44.21º | 0.85% | 0.79% | - |
| XYZ | 36.66 | 36.77 | 6.46 | - |
| YUV | 156.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 31 | 0 | 0.22 | 0.85 | 0.21 | 44.21 | 0.73 | 0.46 |
| Hex | CA | 9D | 1F | 0 | 16 | 55 | 15 | 2C | 49 | 2E |
| Octal | 312 | 235 | 37 | 0 | 26 | 125 | 25 | 54 | 111 | 56 |
| Binary | 11001010 | 10011101 | 11111 | 0 | 10110 | 1010101 | 10101 | 101100 | 1001001 | 101110 |
Color Harmonies of #CA9D1F
Complementary color
Monochromatic Colors of #CA9D1F
Black with #CA9D1F
Text Example
Text Example
White with #CA9D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D1F; }
p { color: rgb(202,157,31); }
H1.HeaderClassName
{
color: #CA9D1F;
}
.AnyTagClassName
{
color: #CA9D1F;
}
</style>
background-color css
<style>
a { background-color: #CA9D1F; }
a { background-color: rgb(202,157,31); }
div.DivClassName
{
background-color: #CA9D1F;
}
.BgClassName
{
background-color: #CA9D1F;
}
</style>
border-color css
<style>
span { border-color: #CA9D1F; }
span { border-color: rgb(202,157,31); }
td.TdClassName
{
border-color: #CA9D1F;
}
.TagClassName
{
border-color: #CA9D1F;
}
</style>