Shades of Dark Goldenrod #CD9000
Tints of Dark Goldenrod #CD9000
RGB
CMYK
RGB Variations
Color information
#CD9000 (or 0xCD9000) is known color: Dark Goldenrod. HEX triplet: CD, 90 and 00. RGB value is (205,144,0). Sum of RGB (Red+Green+Blue) = 205+144+0=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9000 is #326FFF. Grayscale: #929292. Windows color (decimal): -3305472 or 37069. OLE color: 37069.
HSL color Cylindrical-coordinate representation of color #CD9000: hue angle of 42.15º 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 #CD9000 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.20 |
| HSL | 42.15º | 1% | 0.4% | - |
| HSV(B) | 42.15º | 1% | 0.8% | - |
| XYZ | 35.15 | 32.93 | 4.5 | - |
| YUV | 145.82 | 45.71 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 0 | 0 | 0.30 | 1 | 0.20 | 42.15 | 1 | 0.4 |
| Hex | CD | 90 | 0 | 0 | 1E | 64 | 14 | 2A | 64 | 28 |
| Octal | 315 | 220 | 0 | 0 | 36 | 144 | 24 | 52 | 144 | 50 |
| Binary | 11001101 | 10010000 | 0 | 0 | 11110 | 1100100 | 10100 | 101010 | 1100100 | 101000 |
Color Harmonies of #CD9000
Complementary color
Monochromatic Colors of #CD9000
Black with #CD9000
Text Example
Text Example
White with #CD9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9000; }
p { color: rgb(205,144,0); }
H1.HeaderClassName
{
color: #CD9000;
}
.AnyTagClassName
{
color: #CD9000;
}
</style>
background-color css
<style>
a { background-color: #CD9000; }
a { background-color: rgb(205,144,0); }
div.DivClassName
{
background-color: #CD9000;
}
.BgClassName
{
background-color: #CD9000;
}
</style>
border-color css
<style>
span { border-color: #CD9000; }
span { border-color: rgb(205,144,0); }
td.TdClassName
{
border-color: #CD9000;
}
.TagClassName
{
border-color: #CD9000;
}
</style>