Shades of Buddha Gold #CD9A0C
Tints of Buddha Gold #CD9A0C
RGB
CMYK
RGB Variations
Color information
#CD9A0C (or 0xCD9A0C) is known color: Buddha Gold. HEX triplet: CD, 9A and 0C. RGB value is (205,154,12). Sum of RGB (Red+Green+Blue) = 205+154+12=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9A0C is #3265F3. Grayscale: #999999. Windows color (decimal): -3302900 or 826061. OLE color: 826061.
HSL color Cylindrical-coordinate representation of color #CD9A0C: hue angle of 44.15º 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 #CD9A0C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 12 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.20 |
| HSL | 44.15º | 0.89% | 0.43% | - |
| HSV(B) | 44.15º | 0.94% | 0.8% | - |
| XYZ | 36.8 | 36.12 | 5.38 | - |
| YUV | 153.06 | 48.4 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 12 | 0 | 0.25 | 0.94 | 0.20 | 44.15 | 0.89 | 0.43 |
| Hex | CD | 9A | C | 0 | 19 | 5E | 14 | 2C | 59 | 2B |
| Octal | 315 | 232 | 14 | 0 | 31 | 136 | 24 | 54 | 131 | 53 |
| Binary | 11001101 | 10011010 | 1100 | 0 | 11001 | 1011110 | 10100 | 101100 | 1011001 | 101011 |
Color Harmonies of #CD9A0C
Complementary color
Monochromatic Colors of #CD9A0C
Black with #CD9A0C
Text Example
Text Example
White with #CD9A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A0C; }
p { color: rgb(205,154,12); }
H1.HeaderClassName
{
color: #CD9A0C;
}
.AnyTagClassName
{
color: #CD9A0C;
}
</style>
background-color css
<style>
a { background-color: #CD9A0C; }
a { background-color: rgb(205,154,12); }
div.DivClassName
{
background-color: #CD9A0C;
}
.BgClassName
{
background-color: #CD9A0C;
}
</style>
border-color css
<style>
span { border-color: #CD9A0C; }
span { border-color: rgb(205,154,12); }
td.TdClassName
{
border-color: #CD9A0C;
}
.TagClassName
{
border-color: #CD9A0C;
}
</style>