Shades of Dark Goldenrod #CD8100
Tints of Dark Goldenrod #CD8100
RGB
CMYK
RGB Variations
Color information
#CD8100 (or 0xCD8100) is known color: Dark Goldenrod. HEX triplet: CD, 81 and 00. RGB value is (205,129,0). Sum of RGB (Red+Green+Blue) = 205+129+0=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8100 is #327EFF. Grayscale: #898989. Windows color (decimal): -3309312 or 33229. OLE color: 33229.
HSL color Cylindrical-coordinate representation of color #CD8100: hue angle of 37.76º 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 #CD8100 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.20 |
| HSL | 37.76º | 1% | 0.4% | - |
| HSV(B) | 37.76º | 1% | 0.8% | - |
| XYZ | 33.03 | 28.68 | 3.8 | - |
| YUV | 137.02 | 50.68 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 0 | 0 | 0.37 | 1 | 0.20 | 37.76 | 1 | 0.4 |
| Hex | CD | 81 | 0 | 0 | 25 | 64 | 14 | 26 | 64 | 28 |
| Octal | 315 | 201 | 0 | 0 | 45 | 144 | 24 | 46 | 144 | 50 |
| Binary | 11001101 | 10000001 | 0 | 0 | 100101 | 1100100 | 10100 | 100110 | 1100100 | 101000 |
Color Harmonies of #CD8100
Complementary color
Monochromatic Colors of #CD8100
Black with #CD8100
Text Example
Text Example
White with #CD8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8100; }
p { color: rgb(205,129,0); }
H1.HeaderClassName
{
color: #CD8100;
}
.AnyTagClassName
{
color: #CD8100;
}
</style>
background-color css
<style>
a { background-color: #CD8100; }
a { background-color: rgb(205,129,0); }
div.DivClassName
{
background-color: #CD8100;
}
.BgClassName
{
background-color: #CD8100;
}
</style>
border-color css
<style>
span { border-color: #CD8100; }
span { border-color: rgb(205,129,0); }
td.TdClassName
{
border-color: #CD8100;
}
.TagClassName
{
border-color: #CD8100;
}
</style>