Shades of Dark Goldenrod #CE9108
Tints of Dark Goldenrod #CE9108
RGB
CMYK
RGB Variations
Color information
#CE9108 (or 0xCE9108) is known color: Dark Goldenrod. HEX triplet: CE, 91 and 08. RGB value is (206,145,8). Sum of RGB (Red+Green+Blue) = 206+145+8=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9108 is #316EF7. Grayscale: #949494. Windows color (decimal): -3239672 or 561614. OLE color: 561614.
HSL color Cylindrical-coordinate representation of color #CE9108: hue angle of 41.52º 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 #CE9108 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.19 |
| HSL | 41.52º | 0.93% | 0.42% | - |
| HSV(B) | 41.52º | 0.96% | 0.81% | - |
| XYZ | 35.62 | 33.39 | 4.8 | - |
| YUV | 147.62 | 49.21 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 8 | 0 | 0.30 | 0.96 | 0.19 | 41.52 | 0.93 | 0.42 |
| Hex | CE | 91 | 8 | 0 | 1E | 60 | 13 | 2A | 5D | 2A |
| Octal | 316 | 221 | 10 | 0 | 36 | 140 | 23 | 52 | 135 | 52 |
| Binary | 11001110 | 10010001 | 1000 | 0 | 11110 | 1100000 | 10011 | 101010 | 1011101 | 101010 |
Color Harmonies of #CE9108
Complementary color
Monochromatic Colors of #CE9108
Black with #CE9108
Text Example
Text Example
White with #CE9108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9108; }
p { color: rgb(206,145,8); }
H1.HeaderClassName
{
color: #CE9108;
}
.AnyTagClassName
{
color: #CE9108;
}
</style>
background-color css
<style>
a { background-color: #CE9108; }
a { background-color: rgb(206,145,8); }
div.DivClassName
{
background-color: #CE9108;
}
.BgClassName
{
background-color: #CE9108;
}
</style>
border-color css
<style>
span { border-color: #CE9108; }
span { border-color: rgb(206,145,8); }
td.TdClassName
{
border-color: #CE9108;
}
.TagClassName
{
border-color: #CE9108;
}
</style>