Shades of Dark Goldenrod #CD8D0C
Tints of Dark Goldenrod #CD8D0C
RGB
CMYK
RGB Variations
Color information
#CD8D0C (or 0xCD8D0C) is known color: Dark Goldenrod. HEX triplet: CD, 8D and 0C. RGB value is (205,141,12). Sum of RGB (Red+Green+Blue) = 205+141+12=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8D0C is #3272F3. Grayscale: #929292. Windows color (decimal): -3306228 or 822733. OLE color: 822733.
HSL color Cylindrical-coordinate representation of color #CD8D0C: hue angle of 40.1º 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 #CD8D0C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.20 |
| HSL | 40.1º | 0.89% | 0.43% | - |
| HSV(B) | 40.1º | 0.94% | 0.8% | - |
| XYZ | 34.77 | 32.06 | 4.7 | - |
| YUV | 145.43 | 52.7 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 12 | 0 | 0.31 | 0.94 | 0.20 | 40.1 | 0.89 | 0.43 |
| Hex | CD | 8D | C | 0 | 1F | 5E | 14 | 28 | 59 | 2B |
| Octal | 315 | 215 | 14 | 0 | 37 | 136 | 24 | 50 | 131 | 53 |
| Binary | 11001101 | 10001101 | 1100 | 0 | 11111 | 1011110 | 10100 | 101000 | 1011001 | 101011 |
Color Harmonies of #CD8D0C
Complementary color
Monochromatic Colors of #CD8D0C
Black with #CD8D0C
Text Example
Text Example
White with #CD8D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8D0C; }
p { color: rgb(205,141,12); }
H1.HeaderClassName
{
color: #CD8D0C;
}
.AnyTagClassName
{
color: #CD8D0C;
}
</style>
background-color css
<style>
a { background-color: #CD8D0C; }
a { background-color: rgb(205,141,12); }
div.DivClassName
{
background-color: #CD8D0C;
}
.BgClassName
{
background-color: #CD8D0C;
}
</style>
border-color css
<style>
span { border-color: #CD8D0C; }
span { border-color: rgb(205,141,12); }
td.TdClassName
{
border-color: #CD8D0C;
}
.TagClassName
{
border-color: #CD8D0C;
}
</style>