Shades of Buddha Gold #CA9D0F
Tints of Buddha Gold #CA9D0F
RGB
CMYK
RGB Variations
Color information
#CA9D0F (or 0xCA9D0F) is known color: Buddha Gold. HEX triplet: CA, 9D and 0F. RGB value is (202,157,15). Sum of RGB (Red+Green+Blue) = 202+157+15=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9D0F is #3562F0. Grayscale: #9A9A9A. Windows color (decimal): -3498737 or 1023434. OLE color: 1023434.
HSL color Cylindrical-coordinate representation of color #CA9D0F: hue angle of 45.56º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA9D0F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.21 |
| HSL | 45.56º | 0.86% | 0.43% | - |
| HSV(B) | 45.56º | 0.93% | 0.79% | - |
| XYZ | 36.5 | 36.7 | 5.61 | - |
| YUV | 154.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 15 | 0 | 0.22 | 0.93 | 0.21 | 45.56 | 0.86 | 0.43 |
| Hex | CA | 9D | F | 0 | 16 | 5D | 15 | 2E | 56 | 2B |
| Octal | 312 | 235 | 17 | 0 | 26 | 135 | 25 | 56 | 126 | 53 |
| Binary | 11001010 | 10011101 | 1111 | 0 | 10110 | 1011101 | 10101 | 101110 | 1010110 | 101011 |
Color Harmonies of #CA9D0F
Complementary color
Monochromatic Colors of #CA9D0F
Black with #CA9D0F
Text Example
Text Example
White with #CA9D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D0F; }
p { color: rgb(202,157,15); }
H1.HeaderClassName
{
color: #CA9D0F;
}
.AnyTagClassName
{
color: #CA9D0F;
}
</style>
background-color css
<style>
a { background-color: #CA9D0F; }
a { background-color: rgb(202,157,15); }
div.DivClassName
{
background-color: #CA9D0F;
}
.BgClassName
{
background-color: #CA9D0F;
}
</style>
border-color css
<style>
span { border-color: #CA9D0F; }
span { border-color: rgb(202,157,15); }
td.TdClassName
{
border-color: #CA9D0F;
}
.TagClassName
{
border-color: #CA9D0F;
}
</style>