Shades of Dark Goldenrod #CE7D08
Tints of Dark Goldenrod #CE7D08
RGB
CMYK
RGB Variations
Color information
#CE7D08 (or 0xCE7D08) is known color: Dark Goldenrod. HEX triplet: CE, 7D and 08. RGB value is (206,125,8). Sum of RGB (Red+Green+Blue) = 206+125+8=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D08 is #3182F7. Grayscale: #888888. Windows color (decimal): -3244792 or 556494. OLE color: 556494.
HSL color Cylindrical-coordinate representation of color #CE7D08: hue angle of 35.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE7D08 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.19 |
| HSL | 35.45º | 0.93% | 0.42% | - |
| HSV(B) | 35.45º | 0.96% | 0.81% | - |
| XYZ | 32.83 | 27.81 | 3.87 | - |
| YUV | 135.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 8 | 0 | 0.39 | 0.96 | 0.19 | 35.45 | 0.93 | 0.42 |
| Hex | CE | 7D | 8 | 0 | 27 | 60 | 13 | 23 | 5D | 2A |
| Octal | 316 | 175 | 10 | 0 | 47 | 140 | 23 | 43 | 135 | 52 |
| Binary | 11001110 | 1111101 | 1000 | 0 | 100111 | 1100000 | 10011 | 100011 | 1011101 | 101010 |
Color Harmonies of #CE7D08
Complementary color
Monochromatic Colors of #CE7D08
Black with #CE7D08
Text Example
Text Example
White with #CE7D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D08; }
p { color: rgb(206,125,8); }
H1.HeaderClassName
{
color: #CE7D08;
}
.AnyTagClassName
{
color: #CE7D08;
}
</style>
background-color css
<style>
a { background-color: #CE7D08; }
a { background-color: rgb(206,125,8); }
div.DivClassName
{
background-color: #CE7D08;
}
.BgClassName
{
background-color: #CE7D08;
}
</style>
border-color css
<style>
span { border-color: #CE7D08; }
span { border-color: rgb(206,125,8); }
td.TdClassName
{
border-color: #CE7D08;
}
.TagClassName
{
border-color: #CE7D08;
}
</style>