Shades of Dark Goldenrod #CD8800
Tints of Dark Goldenrod #CD8800
RGB
CMYK
RGB Variations
Color information
#CD8800 (or 0xCD8800) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 00. RGB value is (205,136,0). Sum of RGB (Red+Green+Blue) = 205+136+0=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8800 is #3277FF. Grayscale: #8D8D8D. Windows color (decimal): -3307520 or 35021. OLE color: 35021.
HSL color Cylindrical-coordinate representation of color #CD8800: hue angle of 39.8º 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 #CD8800 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.20 |
| HSL | 39.8º | 1% | 0.4% | - |
| HSV(B) | 39.8º | 1% | 0.8% | - |
| XYZ | 33.98 | 30.59 | 4.11 | - |
| YUV | 141.13 | 48.36 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 0 | 0 | 0.34 | 1 | 0.20 | 39.8 | 1 | 0.4 |
| Hex | CD | 88 | 0 | 0 | 22 | 64 | 14 | 28 | 64 | 28 |
| Octal | 315 | 210 | 0 | 0 | 42 | 144 | 24 | 50 | 144 | 50 |
| Binary | 11001101 | 10001000 | 0 | 0 | 100010 | 1100100 | 10100 | 101000 | 1100100 | 101000 |
Color Harmonies of #CD8800
Complementary color
Monochromatic Colors of #CD8800
Black with #CD8800
Text Example
Text Example
White with #CD8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8800; }
p { color: rgb(205,136,0); }
H1.HeaderClassName
{
color: #CD8800;
}
.AnyTagClassName
{
color: #CD8800;
}
</style>
background-color css
<style>
a { background-color: #CD8800; }
a { background-color: rgb(205,136,0); }
div.DivClassName
{
background-color: #CD8800;
}
.BgClassName
{
background-color: #CD8800;
}
</style>
border-color css
<style>
span { border-color: #CD8800; }
span { border-color: rgb(205,136,0); }
td.TdClassName
{
border-color: #CD8800;
}
.TagClassName
{
border-color: #CD8800;
}
</style>