Shades of Dark Goldenrod #CD880D
Tints of Dark Goldenrod #CD880D
RGB
CMYK
RGB Variations
Color information
#CD880D (or 0xCD880D) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 0D. RGB value is (205,136,13). Sum of RGB (Red+Green+Blue) = 205+136+13=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD880D is #3277F2. Grayscale: #8F8F8F. Windows color (decimal): -3307507 or 886989. OLE color: 886989.
HSL color Cylindrical-coordinate representation of color #CD880D: hue angle of 38.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD880D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.20 |
| HSL | 38.44º | 0.88% | 0.43% | - |
| HSV(B) | 38.44º | 0.94% | 0.8% | - |
| XYZ | 34.05 | 30.62 | 4.5 | - |
| YUV | 142.61 | 54.86 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 13 | 0 | 0.34 | 0.94 | 0.20 | 38.44 | 0.88 | 0.43 |
| Hex | CD | 88 | D | 0 | 22 | 5E | 14 | 26 | 58 | 2B |
| Octal | 315 | 210 | 15 | 0 | 42 | 136 | 24 | 46 | 130 | 53 |
| Binary | 11001101 | 10001000 | 1101 | 0 | 100010 | 1011110 | 10100 | 100110 | 1011000 | 101011 |
Color Harmonies of #CD880D
Complementary color
Monochromatic Colors of #CD880D
Black with #CD880D
Text Example
Text Example
White with #CD880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD880D; }
p { color: rgb(205,136,13); }
H1.HeaderClassName
{
color: #CD880D;
}
.AnyTagClassName
{
color: #CD880D;
}
</style>
background-color css
<style>
a { background-color: #CD880D; }
a { background-color: rgb(205,136,13); }
div.DivClassName
{
background-color: #CD880D;
}
.BgClassName
{
background-color: #CD880D;
}
</style>
border-color css
<style>
span { border-color: #CD880D; }
span { border-color: rgb(205,136,13); }
td.TdClassName
{
border-color: #CD880D;
}
.TagClassName
{
border-color: #CD880D;
}
</style>