Shades of Dark Goldenrod #CE9205
Tints of Dark Goldenrod #CE9205
RGB
CMYK
RGB Variations
Color information
#CE9205 (or 0xCE9205) is known color: Dark Goldenrod. HEX triplet: CE, 92 and 05. RGB value is (206,146,5). Sum of RGB (Red+Green+Blue) = 206+146+5=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9205 is #316DFA. Grayscale: #949494. Windows color (decimal): -3239419 or 365262. OLE color: 365262.
HSL color Cylindrical-coordinate representation of color #CE9205: hue angle of 42.09º 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 #CE9205 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 5 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.19 |
| HSL | 42.09º | 0.95% | 0.41% | - |
| HSV(B) | 42.09º | 0.98% | 0.81% | - |
| XYZ | 35.76 | 33.69 | 4.76 | - |
| YUV | 147.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 5 | 0 | 0.29 | 0.98 | 0.19 | 42.09 | 0.95 | 0.41 |
| Hex | CE | 92 | 5 | 0 | 1D | 62 | 13 | 2A | 5F | 29 |
| Octal | 316 | 222 | 5 | 0 | 35 | 142 | 23 | 52 | 137 | 51 |
| Binary | 11001110 | 10010010 | 101 | 0 | 11101 | 1100010 | 10011 | 101010 | 1011111 | 101001 |
Color Harmonies of #CE9205
Complementary color
Monochromatic Colors of #CE9205
Black with #CE9205
Text Example
Text Example
White with #CE9205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9205; }
p { color: rgb(206,146,5); }
H1.HeaderClassName
{
color: #CE9205;
}
.AnyTagClassName
{
color: #CE9205;
}
</style>
background-color css
<style>
a { background-color: #CE9205; }
a { background-color: rgb(206,146,5); }
div.DivClassName
{
background-color: #CE9205;
}
.BgClassName
{
background-color: #CE9205;
}
</style>
border-color css
<style>
span { border-color: #CE9205; }
span { border-color: rgb(206,146,5); }
td.TdClassName
{
border-color: #CE9205;
}
.TagClassName
{
border-color: #CE9205;
}
</style>