Shades of Buddha Gold #CD9F0C
Tints of Buddha Gold #CD9F0C
RGB
CMYK
RGB Variations
Color information
#CD9F0C (or 0xCD9F0C) is known color: Buddha Gold. HEX triplet: CD, 9F and 0C. RGB value is (205,159,12). Sum of RGB (Red+Green+Blue) = 205+159+12=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9F0C is #3260F3. Grayscale: #9C9C9C. Windows color (decimal): -3301620 or 827341. OLE color: 827341.
HSL color Cylindrical-coordinate representation of color #CD9F0C: hue angle of 45.7º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD9F0C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 159 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.20 |
| HSL | 45.7º | 0.89% | 0.43% | - |
| HSV(B) | 45.7º | 0.94% | 0.8% | - |
| XYZ | 37.64 | 37.8 | 5.66 | - |
| YUV | 156 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 159 | 12 | 0 | 0.22 | 0.94 | 0.20 | 45.7 | 0.89 | 0.43 |
| Hex | CD | 9F | C | 0 | 16 | 5E | 14 | 2E | 59 | 2B |
| Octal | 315 | 237 | 14 | 0 | 26 | 136 | 24 | 56 | 131 | 53 |
| Binary | 11001101 | 10011111 | 1100 | 0 | 10110 | 1011110 | 10100 | 101110 | 1011001 | 101011 |
Color Harmonies of #CD9F0C
Complementary color
Monochromatic Colors of #CD9F0C
Black with #CD9F0C
Text Example
Text Example
White with #CD9F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9F0C; }
p { color: rgb(205,159,12); }
H1.HeaderClassName
{
color: #CD9F0C;
}
.AnyTagClassName
{
color: #CD9F0C;
}
</style>
background-color css
<style>
a { background-color: #CD9F0C; }
a { background-color: rgb(205,159,12); }
div.DivClassName
{
background-color: #CD9F0C;
}
.BgClassName
{
background-color: #CD9F0C;
}
</style>
border-color css
<style>
span { border-color: #CD9F0C; }
span { border-color: rgb(205,159,12); }
td.TdClassName
{
border-color: #CD9F0C;
}
.TagClassName
{
border-color: #CD9F0C;
}
</style>