Shades of Dark Goldenrod #CE7D00
Tints of Dark Goldenrod #CE7D00
RGB
CMYK
RGB Variations
Color information
#CE7D00 (or 0xCE7D00) is known color: Dark Goldenrod. HEX triplet: CE, 7D and 00. RGB value is (206,125,0). Sum of RGB (Red+Green+Blue) = 206+125+0=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D00 is #3182FF. Grayscale: #878787. Windows color (decimal): -3244800 or 32206. OLE color: 32206.
HSL color Cylindrical-coordinate representation of color #CE7D00: hue angle of 36.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE7D00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.19 |
| HSL | 36.41º | 1% | 0.4% | - |
| HSV(B) | 36.41º | 1% | 0.81% | - |
| XYZ | 32.79 | 27.79 | 3.64 | - |
| YUV | 134.97 | 51.84 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 0 | 0 | 0.39 | 1 | 0.19 | 36.41 | 1 | 0.4 |
| Hex | CE | 7D | 0 | 0 | 27 | 64 | 13 | 24 | 64 | 28 |
| Octal | 316 | 175 | 0 | 0 | 47 | 144 | 23 | 44 | 144 | 50 |
| Binary | 11001110 | 1111101 | 0 | 0 | 100111 | 1100100 | 10011 | 100100 | 1100100 | 101000 |
Color Harmonies of #CE7D00
Complementary color
Monochromatic Colors of #CE7D00
Black with #CE7D00
Text Example
Text Example
White with #CE7D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D00; }
p { color: rgb(206,125,0); }
H1.HeaderClassName
{
color: #CE7D00;
}
.AnyTagClassName
{
color: #CE7D00;
}
</style>
background-color css
<style>
a { background-color: #CE7D00; }
a { background-color: rgb(206,125,0); }
div.DivClassName
{
background-color: #CE7D00;
}
.BgClassName
{
background-color: #CE7D00;
}
</style>
border-color css
<style>
span { border-color: #CE7D00; }
span { border-color: rgb(206,125,0); }
td.TdClassName
{
border-color: #CE7D00;
}
.TagClassName
{
border-color: #CE7D00;
}
</style>