Shades of Dark Goldenrod #CD8D00
Tints of Dark Goldenrod #CD8D00
RGB
CMYK
RGB Variations
Color information
#CD8D00 (or 0xCD8D00) is known color: Dark Goldenrod. HEX triplet: CD, 8D and 00. RGB value is (205,141,0). Sum of RGB (Red+Green+Blue) = 205+141+0=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8D00 is #3272FF. Grayscale: #909090. Windows color (decimal): -3306240 or 36301. OLE color: 36301.
HSL color Cylindrical-coordinate representation of color #CD8D00: hue angle of 41.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD8D00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.20 |
| HSL | 41.27º | 1% | 0.4% | - |
| HSV(B) | 41.27º | 1% | 0.8% | - |
| XYZ | 34.7 | 32.03 | 4.35 | - |
| YUV | 144.06 | 46.7 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 0 | 0 | 0.31 | 1 | 0.20 | 41.27 | 1 | 0.4 |
| Hex | CD | 8D | 0 | 0 | 1F | 64 | 14 | 29 | 64 | 28 |
| Octal | 315 | 215 | 0 | 0 | 37 | 144 | 24 | 51 | 144 | 50 |
| Binary | 11001101 | 10001101 | 0 | 0 | 11111 | 1100100 | 10100 | 101001 | 1100100 | 101000 |
Color Harmonies of #CD8D00
Complementary color
Monochromatic Colors of #CD8D00
Black with #CD8D00
Text Example
Text Example
White with #CD8D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8D00; }
p { color: rgb(205,141,0); }
H1.HeaderClassName
{
color: #CD8D00;
}
.AnyTagClassName
{
color: #CD8D00;
}
</style>
background-color css
<style>
a { background-color: #CD8D00; }
a { background-color: rgb(205,141,0); }
div.DivClassName
{
background-color: #CD8D00;
}
.BgClassName
{
background-color: #CD8D00;
}
</style>
border-color css
<style>
span { border-color: #CD8D00; }
span { border-color: rgb(205,141,0); }
td.TdClassName
{
border-color: #CD8D00;
}
.TagClassName
{
border-color: #CD8D00;
}
</style>