Shades of Buddha Gold #CD9F0F
Tints of Buddha Gold #CD9F0F
RGB
CMYK
RGB Variations
Color information
#CD9F0F (or 0xCD9F0F) is known color: Buddha Gold. HEX triplet: CD, 9F and 0F. RGB value is (205,159,15). Sum of RGB (Red+Green+Blue) = 205+159+15=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9F0F is #3260F0. Grayscale: #9C9C9C. Windows color (decimal): -3301617 or 1023949. OLE color: 1023949.
HSL color Cylindrical-coordinate representation of color #CD9F0F: hue angle of 45.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD9F0F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 159 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.20 |
| HSL | 45.47º | 0.86% | 0.43% | - |
| HSV(B) | 45.47º | 0.93% | 0.8% | - |
| XYZ | 37.66 | 37.81 | 5.77 | - |
| YUV | 156.34 | 48.24 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 159 | 15 | 0 | 0.22 | 0.93 | 0.20 | 45.47 | 0.86 | 0.43 |
| Hex | CD | 9F | F | 0 | 16 | 5D | 14 | 2D | 56 | 2B |
| Octal | 315 | 237 | 17 | 0 | 26 | 135 | 24 | 55 | 126 | 53 |
| Binary | 11001101 | 10011111 | 1111 | 0 | 10110 | 1011101 | 10100 | 101101 | 1010110 | 101011 |
Color Harmonies of #CD9F0F
Complementary color
Monochromatic Colors of #CD9F0F
Black with #CD9F0F
Text Example
Text Example
White with #CD9F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9F0F; }
p { color: rgb(205,159,15); }
H1.HeaderClassName
{
color: #CD9F0F;
}
.AnyTagClassName
{
color: #CD9F0F;
}
</style>
background-color css
<style>
a { background-color: #CD9F0F; }
a { background-color: rgb(205,159,15); }
div.DivClassName
{
background-color: #CD9F0F;
}
.BgClassName
{
background-color: #CD9F0F;
}
</style>
border-color css
<style>
span { border-color: #CD9F0F; }
span { border-color: rgb(205,159,15); }
td.TdClassName
{
border-color: #CD9F0F;
}
.TagClassName
{
border-color: #CD9F0F;
}
</style>