Shades of Dark Goldenrod #CD8900
Tints of Dark Goldenrod #CD8900
RGB
CMYK
RGB Variations
Color information
#CD8900 (or 0xCD8900) is known color: Dark Goldenrod. HEX triplet: CD, 89 and 00. RGB value is (205,137,0). Sum of RGB (Red+Green+Blue) = 205+137+0=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8900 is #3276FF. Grayscale: #8E8E8E. Windows color (decimal): -3307264 or 35277. OLE color: 35277.
HSL color Cylindrical-coordinate representation of color #CD8900: hue angle of 40.1º 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 #CD8900 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.20 |
| HSL | 40.1º | 1% | 0.4% | - |
| HSV(B) | 40.1º | 1% | 0.8% | - |
| XYZ | 34.12 | 30.87 | 4.16 | - |
| YUV | 141.71 | 48.03 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 0 | 0 | 0.33 | 1 | 0.20 | 40.1 | 1 | 0.4 |
| Hex | CD | 89 | 0 | 0 | 21 | 64 | 14 | 28 | 64 | 28 |
| Octal | 315 | 211 | 0 | 0 | 41 | 144 | 24 | 50 | 144 | 50 |
| Binary | 11001101 | 10001001 | 0 | 0 | 100001 | 1100100 | 10100 | 101000 | 1100100 | 101000 |
Color Harmonies of #CD8900
Complementary color
Monochromatic Colors of #CD8900
Black with #CD8900
Text Example
Text Example
White with #CD8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8900; }
p { color: rgb(205,137,0); }
H1.HeaderClassName
{
color: #CD8900;
}
.AnyTagClassName
{
color: #CD8900;
}
</style>
background-color css
<style>
a { background-color: #CD8900; }
a { background-color: rgb(205,137,0); }
div.DivClassName
{
background-color: #CD8900;
}
.BgClassName
{
background-color: #CD8900;
}
</style>
border-color css
<style>
span { border-color: #CD8900; }
span { border-color: rgb(205,137,0); }
td.TdClassName
{
border-color: #CD8900;
}
.TagClassName
{
border-color: #CD8900;
}
</style>