Shades of Dark Goldenrod #CE9105
Tints of Dark Goldenrod #CE9105
RGB
CMYK
RGB Variations
Color information
#CE9105 (or 0xCE9105) is known color: Dark Goldenrod. HEX triplet: CE, 91 and 05. RGB value is (206,145,5). Sum of RGB (Red+Green+Blue) = 206+145+5=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9105 is #316EFA. Grayscale: #939393. Windows color (decimal): -3239675 or 365006. OLE color: 365006.
HSL color Cylindrical-coordinate representation of color #CE9105: hue angle of 41.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE9105 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.19 |
| HSL | 41.79º | 0.95% | 0.41% | - |
| HSV(B) | 41.79º | 0.98% | 0.81% | - |
| XYZ | 35.61 | 33.38 | 4.71 | - |
| YUV | 147.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 5 | 0 | 0.30 | 0.98 | 0.19 | 41.79 | 0.95 | 0.41 |
| Hex | CE | 91 | 5 | 0 | 1E | 62 | 13 | 2A | 5F | 29 |
| Octal | 316 | 221 | 5 | 0 | 36 | 142 | 23 | 52 | 137 | 51 |
| Binary | 11001110 | 10010001 | 101 | 0 | 11110 | 1100010 | 10011 | 101010 | 1011111 | 101001 |
Color Harmonies of #CE9105
Complementary color
Monochromatic Colors of #CE9105
Black with #CE9105
Text Example
Text Example
White with #CE9105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9105; }
p { color: rgb(206,145,5); }
H1.HeaderClassName
{
color: #CE9105;
}
.AnyTagClassName
{
color: #CE9105;
}
</style>
background-color css
<style>
a { background-color: #CE9105; }
a { background-color: rgb(206,145,5); }
div.DivClassName
{
background-color: #CE9105;
}
.BgClassName
{
background-color: #CE9105;
}
</style>
border-color css
<style>
span { border-color: #CE9105; }
span { border-color: rgb(206,145,5); }
td.TdClassName
{
border-color: #CE9105;
}
.TagClassName
{
border-color: #CE9105;
}
</style>