Shades of Dark Goldenrod #CE880C
Tints of Dark Goldenrod #CE880C
RGB
CMYK
RGB Variations
Color information
#CE880C (or 0xCE880C) is known color: Dark Goldenrod. HEX triplet: CE, 88 and 0C. RGB value is (206,136,12). Sum of RGB (Red+Green+Blue) = 206+136+12=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE880C is #3177F3. Grayscale: #8F8F8F. Windows color (decimal): -3241972 or 821454. OLE color: 821454.
HSL color Cylindrical-coordinate representation of color #CE880C: hue angle of 38.35º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE880C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 136 | 12 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.19 |
| HSL | 38.35º | 0.89% | 0.43% | - |
| HSV(B) | 38.35º | 0.94% | 0.81% | - |
| XYZ | 34.32 | 30.76 | 4.48 | - |
| YUV | 142.79 | 54.19 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 12 | 0 | 0.34 | 0.94 | 0.19 | 38.35 | 0.89 | 0.43 |
| Hex | CE | 88 | C | 0 | 22 | 5E | 13 | 26 | 59 | 2B |
| Octal | 316 | 210 | 14 | 0 | 42 | 136 | 23 | 46 | 131 | 53 |
| Binary | 11001110 | 10001000 | 1100 | 0 | 100010 | 1011110 | 10011 | 100110 | 1011001 | 101011 |
Color Harmonies of #CE880C
Complementary color
Monochromatic Colors of #CE880C
Black with #CE880C
Text Example
Text Example
White with #CE880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE880C; }
p { color: rgb(206,136,12); }
H1.HeaderClassName
{
color: #CE880C;
}
.AnyTagClassName
{
color: #CE880C;
}
</style>
background-color css
<style>
a { background-color: #CE880C; }
a { background-color: rgb(206,136,12); }
div.DivClassName
{
background-color: #CE880C;
}
.BgClassName
{
background-color: #CE880C;
}
</style>
border-color css
<style>
span { border-color: #CE880C; }
span { border-color: rgb(206,136,12); }
td.TdClassName
{
border-color: #CE880C;
}
.TagClassName
{
border-color: #CE880C;
}
</style>