Shades of Dark Goldenrod #CE9106
Tints of Dark Goldenrod #CE9106
RGB
CMYK
RGB Variations
Color information
#CE9106 (or 0xCE9106) is known color: Dark Goldenrod. HEX triplet: CE, 91 and 06. RGB value is (206,145,6). Sum of RGB (Red+Green+Blue) = 206+145+6=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9106 is #316EF9. Grayscale: #949494. Windows color (decimal): -3239674 or 430542. OLE color: 430542.
HSL color Cylindrical-coordinate representation of color #CE9106: hue angle of 41.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE9106 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.19 |
| HSL | 41.7º | 0.94% | 0.42% | - |
| HSV(B) | 41.7º | 0.97% | 0.81% | - |
| XYZ | 35.61 | 33.39 | 4.74 | - |
| YUV | 147.39 | 48.21 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 6 | 0 | 0.30 | 0.97 | 0.19 | 41.7 | 0.94 | 0.42 |
| Hex | CE | 91 | 6 | 0 | 1E | 61 | 13 | 2A | 5E | 2A |
| Octal | 316 | 221 | 6 | 0 | 36 | 141 | 23 | 52 | 136 | 52 |
| Binary | 11001110 | 10010001 | 110 | 0 | 11110 | 1100001 | 10011 | 101010 | 1011110 | 101010 |
Color Harmonies of #CE9106
Complementary color
Monochromatic Colors of #CE9106
Black with #CE9106
Text Example
Text Example
White with #CE9106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9106; }
p { color: rgb(206,145,6); }
H1.HeaderClassName
{
color: #CE9106;
}
.AnyTagClassName
{
color: #CE9106;
}
</style>
background-color css
<style>
a { background-color: #CE9106; }
a { background-color: rgb(206,145,6); }
div.DivClassName
{
background-color: #CE9106;
}
.BgClassName
{
background-color: #CE9106;
}
</style>
border-color css
<style>
span { border-color: #CE9106; }
span { border-color: rgb(206,145,6); }
td.TdClassName
{
border-color: #CE9106;
}
.TagClassName
{
border-color: #CE9106;
}
</style>