Shades of Buddha Gold #CD9A0A
Tints of Buddha Gold #CD9A0A
RGB
CMYK
RGB Variations
Color information
#CD9A0A (or 0xCD9A0A) is known color: Buddha Gold. HEX triplet: CD, 9A and 0A. RGB value is (205,154,10). Sum of RGB (Red+Green+Blue) = 205+154+10=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9A0A is #3265F5. Grayscale: #999999. Windows color (decimal): -3302902 or 694989. OLE color: 694989.
HSL color Cylindrical-coordinate representation of color #CD9A0A: hue angle of 44.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD9A0A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 10 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.20 |
| HSL | 44.31º | 0.91% | 0.42% | - |
| HSV(B) | 44.31º | 0.95% | 0.8% | - |
| XYZ | 36.79 | 36.11 | 5.32 | - |
| YUV | 152.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 10 | 0 | 0.25 | 0.95 | 0.20 | 44.31 | 0.91 | 0.42 |
| Hex | CD | 9A | A | 0 | 19 | 5F | 14 | 2C | 5B | 2A |
| Octal | 315 | 232 | 12 | 0 | 31 | 137 | 24 | 54 | 133 | 52 |
| Binary | 11001101 | 10011010 | 1010 | 0 | 11001 | 1011111 | 10100 | 101100 | 1011011 | 101010 |
Color Harmonies of #CD9A0A
Complementary color
Monochromatic Colors of #CD9A0A
Black with #CD9A0A
Text Example
Text Example
White with #CD9A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A0A; }
p { color: rgb(205,154,10); }
H1.HeaderClassName
{
color: #CD9A0A;
}
.AnyTagClassName
{
color: #CD9A0A;
}
</style>
background-color css
<style>
a { background-color: #CD9A0A; }
a { background-color: rgb(205,154,10); }
div.DivClassName
{
background-color: #CD9A0A;
}
.BgClassName
{
background-color: #CD9A0A;
}
</style>
border-color css
<style>
span { border-color: #CD9A0A; }
span { border-color: rgb(205,154,10); }
td.TdClassName
{
border-color: #CD9A0A;
}
.TagClassName
{
border-color: #CD9A0A;
}
</style>