Shades of Dark Goldenrod #CD880E
Tints of Dark Goldenrod #CD880E
RGB
CMYK
RGB Variations
Color information
#CD880E (or 0xCD880E) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 0E. RGB value is (205,136,14). Sum of RGB (Red+Green+Blue) = 205+136+14=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD880E is #3277F1. Grayscale: #8F8F8F. Windows color (decimal): -3307506 or 952525. OLE color: 952525.
HSL color Cylindrical-coordinate representation of color #CD880E: hue angle of 38.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD880E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 14 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.20 |
| HSL | 38.32º | 0.87% | 0.43% | - |
| HSV(B) | 38.32º | 0.93% | 0.8% | - |
| XYZ | 34.06 | 30.62 | 4.53 | - |
| YUV | 142.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 14 | 0 | 0.34 | 0.93 | 0.20 | 38.32 | 0.87 | 0.43 |
| Hex | CD | 88 | E | 0 | 22 | 5D | 14 | 26 | 57 | 2B |
| Octal | 315 | 210 | 16 | 0 | 42 | 135 | 24 | 46 | 127 | 53 |
| Binary | 11001101 | 10001000 | 1110 | 0 | 100010 | 1011101 | 10100 | 100110 | 1010111 | 101011 |
Color Harmonies of #CD880E
Complementary color
Monochromatic Colors of #CD880E
Black with #CD880E
Text Example
Text Example
White with #CD880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD880E; }
p { color: rgb(205,136,14); }
H1.HeaderClassName
{
color: #CD880E;
}
.AnyTagClassName
{
color: #CD880E;
}
</style>
background-color css
<style>
a { background-color: #CD880E; }
a { background-color: rgb(205,136,14); }
div.DivClassName
{
background-color: #CD880E;
}
.BgClassName
{
background-color: #CD880E;
}
</style>
border-color css
<style>
span { border-color: #CD880E; }
span { border-color: rgb(205,136,14); }
td.TdClassName
{
border-color: #CD880E;
}
.TagClassName
{
border-color: #CD880E;
}
</style>