Shades of Dark Goldenrod #CD8F00
Tints of Dark Goldenrod #CD8F00
RGB
CMYK
RGB Variations
Color information
#CD8F00 (or 0xCD8F00) is known color: Dark Goldenrod. HEX triplet: CD, 8F and 00. RGB value is (205,143,0). Sum of RGB (Red+Green+Blue) = 205+143+0=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8F00 is #3270FF. Grayscale: #919191. Windows color (decimal): -3305728 or 36813. OLE color: 36813.
HSL color Cylindrical-coordinate representation of color #CD8F00: hue angle of 41.85º 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 #CD8F00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.20 |
| HSL | 41.85º | 1% | 0.4% | - |
| HSV(B) | 41.85º | 1% | 0.8% | - |
| XYZ | 35 | 32.62 | 4.45 | - |
| YUV | 145.24 | 46.04 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 0 | 0 | 0.30 | 1 | 0.20 | 41.85 | 1 | 0.4 |
| Hex | CD | 8F | 0 | 0 | 1E | 64 | 14 | 2A | 64 | 28 |
| Octal | 315 | 217 | 0 | 0 | 36 | 144 | 24 | 52 | 144 | 50 |
| Binary | 11001101 | 10001111 | 0 | 0 | 11110 | 1100100 | 10100 | 101010 | 1100100 | 101000 |
Color Harmonies of #CD8F00
Complementary color
Monochromatic Colors of #CD8F00
Black with #CD8F00
Text Example
Text Example
White with #CD8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F00; }
p { color: rgb(205,143,0); }
H1.HeaderClassName
{
color: #CD8F00;
}
.AnyTagClassName
{
color: #CD8F00;
}
</style>
background-color css
<style>
a { background-color: #CD8F00; }
a { background-color: rgb(205,143,0); }
div.DivClassName
{
background-color: #CD8F00;
}
.BgClassName
{
background-color: #CD8F00;
}
</style>
border-color css
<style>
span { border-color: #CD8F00; }
span { border-color: rgb(205,143,0); }
td.TdClassName
{
border-color: #CD8F00;
}
.TagClassName
{
border-color: #CD8F00;
}
</style>