Shades of Dark Goldenrod #CD8C00
Tints of Dark Goldenrod #CD8C00
RGB
CMYK
RGB Variations
Color information
#CD8C00 (or 0xCD8C00) is known color: Dark Goldenrod. HEX triplet: CD, 8C and 00. RGB value is (205,140,0). Sum of RGB (Red+Green+Blue) = 205+140+0=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8C00 is #3273FF. Grayscale: #909090. Windows color (decimal): -3306496 or 36045. OLE color: 36045.
HSL color Cylindrical-coordinate representation of color #CD8C00: hue angle of 40.98º 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 #CD8C00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.20 |
| HSL | 40.98º | 1% | 0.4% | - |
| HSV(B) | 40.98º | 1% | 0.8% | - |
| XYZ | 34.55 | 31.74 | 4.3 | - |
| YUV | 143.48 | 47.03 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 0 | 0 | 0.32 | 1 | 0.20 | 40.98 | 1 | 0.4 |
| Hex | CD | 8C | 0 | 0 | 20 | 64 | 14 | 29 | 64 | 28 |
| Octal | 315 | 214 | 0 | 0 | 40 | 144 | 24 | 51 | 144 | 50 |
| Binary | 11001101 | 10001100 | 0 | 0 | 100000 | 1100100 | 10100 | 101001 | 1100100 | 101000 |
Color Harmonies of #CD8C00
Complementary color
Monochromatic Colors of #CD8C00
Black with #CD8C00
Text Example
Text Example
White with #CD8C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C00; }
p { color: rgb(205,140,0); }
H1.HeaderClassName
{
color: #CD8C00;
}
.AnyTagClassName
{
color: #CD8C00;
}
</style>
background-color css
<style>
a { background-color: #CD8C00; }
a { background-color: rgb(205,140,0); }
div.DivClassName
{
background-color: #CD8C00;
}
.BgClassName
{
background-color: #CD8C00;
}
</style>
border-color css
<style>
span { border-color: #CD8C00; }
span { border-color: rgb(205,140,0); }
td.TdClassName
{
border-color: #CD8C00;
}
.TagClassName
{
border-color: #CD8C00;
}
</style>