Shades of Dark Goldenrod #CE7D09
Tints of Dark Goldenrod #CE7D09
RGB
CMYK
RGB Variations
Color information
#CE7D09 (or 0xCE7D09) is known color: Dark Goldenrod. HEX triplet: CE, 7D and 09. RGB value is (206,125,9). Sum of RGB (Red+Green+Blue) = 206+125+9=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D09 is #3182F6. Grayscale: #888888. Windows color (decimal): -3244791 or 622030. OLE color: 622030.
HSL color Cylindrical-coordinate representation of color #CE7D09: hue angle of 35.33º degrees, saturation: 0.92, 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 #CE7D09 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 9 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.19 |
| HSL | 35.33º | 0.92% | 0.42% | - |
| HSV(B) | 35.33º | 0.96% | 0.81% | - |
| XYZ | 32.84 | 27.81 | 3.9 | - |
| YUV | 136 | 56.34 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 9 | 0 | 0.39 | 0.96 | 0.19 | 35.33 | 0.92 | 0.42 |
| Hex | CE | 7D | 9 | 0 | 27 | 60 | 13 | 23 | 5C | 2A |
| Octal | 316 | 175 | 11 | 0 | 47 | 140 | 23 | 43 | 134 | 52 |
| Binary | 11001110 | 1111101 | 1001 | 0 | 100111 | 1100000 | 10011 | 100011 | 1011100 | 101010 |
Color Harmonies of #CE7D09
Complementary color
Monochromatic Colors of #CE7D09
Black with #CE7D09
Text Example
Text Example
White with #CE7D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D09; }
p { color: rgb(206,125,9); }
H1.HeaderClassName
{
color: #CE7D09;
}
.AnyTagClassName
{
color: #CE7D09;
}
</style>
background-color css
<style>
a { background-color: #CE7D09; }
a { background-color: rgb(206,125,9); }
div.DivClassName
{
background-color: #CE7D09;
}
.BgClassName
{
background-color: #CE7D09;
}
</style>
border-color css
<style>
span { border-color: #CE7D09; }
span { border-color: rgb(206,125,9); }
td.TdClassName
{
border-color: #CE7D09;
}
.TagClassName
{
border-color: #CE7D09;
}
</style>