Shades of Dark Goldenrod #CD8201
Tints of Dark Goldenrod #CD8201
RGB
CMYK
RGB Variations
Color information
#CD8201 (or 0xCD8201) is known color: Dark Goldenrod. HEX triplet: CD, 82 and 01. RGB value is (205,130,1). Sum of RGB (Red+Green+Blue) = 205+130+1=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8201 is #327DFE. Grayscale: #8A8A8A. Windows color (decimal): -3309055 or 99021. OLE color: 99021.
HSL color Cylindrical-coordinate representation of color #CD8201: hue angle of 37.94º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD8201 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.20 |
| HSL | 37.94º | 0.99% | 0.4% | - |
| HSV(B) | 37.94º | 1% | 0.8% | - |
| XYZ | 33.16 | 28.95 | 3.87 | - |
| YUV | 137.72 | 50.85 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 1 | 0 | 0.37 | 1.00 | 0.20 | 37.94 | 0.99 | 0.4 |
| Hex | CD | 82 | 1 | 0 | 25 | 64 | 14 | 26 | 63 | 28 |
| Octal | 315 | 202 | 1 | 0 | 45 | 144 | 24 | 46 | 143 | 50 |
| Binary | 11001101 | 10000010 | 1 | 0 | 100101 | 1100100 | 10100 | 100110 | 1100011 | 101000 |
Color Harmonies of #CD8201
Complementary color
Monochromatic Colors of #CD8201
Black with #CD8201
Text Example
Text Example
White with #CD8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8201; }
p { color: rgb(205,130,1); }
H1.HeaderClassName
{
color: #CD8201;
}
.AnyTagClassName
{
color: #CD8201;
}
</style>
background-color css
<style>
a { background-color: #CD8201; }
a { background-color: rgb(205,130,1); }
div.DivClassName
{
background-color: #CD8201;
}
.BgClassName
{
background-color: #CD8201;
}
</style>
border-color css
<style>
span { border-color: #CD8201; }
span { border-color: rgb(205,130,1); }
td.TdClassName
{
border-color: #CD8201;
}
.TagClassName
{
border-color: #CD8201;
}
</style>