Shades of Dark Goldenrod #CE8005
Tints of Dark Goldenrod #CE8005
RGB
CMYK
RGB Variations
Color information
#CE8005 (or 0xCE8005) is known color: Dark Goldenrod. HEX triplet: CE, 80 and 05. RGB value is (206,128,5). Sum of RGB (Red+Green+Blue) = 206+128+5=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8005 is #317FFA. Grayscale: #898989. Windows color (decimal): -3244027 or 360654. OLE color: 360654.
HSL color Cylindrical-coordinate representation of color #CE8005: hue angle of 36.72º 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 #CE8005 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.19 |
| HSL | 36.72º | 0.95% | 0.41% | - |
| HSV(B) | 36.72º | 0.98% | 0.81% | - |
| XYZ | 33.2 | 28.57 | 3.91 | - |
| YUV | 137.3 | 53.34 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 5 | 0 | 0.38 | 0.98 | 0.19 | 36.72 | 0.95 | 0.41 |
| Hex | CE | 80 | 5 | 0 | 26 | 62 | 13 | 25 | 5F | 29 |
| Octal | 316 | 200 | 5 | 0 | 46 | 142 | 23 | 45 | 137 | 51 |
| Binary | 11001110 | 10000000 | 101 | 0 | 100110 | 1100010 | 10011 | 100101 | 1011111 | 101001 |
Color Harmonies of #CE8005
Complementary color
Monochromatic Colors of #CE8005
Black with #CE8005
Text Example
Text Example
White with #CE8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8005; }
p { color: rgb(206,128,5); }
H1.HeaderClassName
{
color: #CE8005;
}
.AnyTagClassName
{
color: #CE8005;
}
</style>
background-color css
<style>
a { background-color: #CE8005; }
a { background-color: rgb(206,128,5); }
div.DivClassName
{
background-color: #CE8005;
}
.BgClassName
{
background-color: #CE8005;
}
</style>
border-color css
<style>
span { border-color: #CE8005; }
span { border-color: rgb(206,128,5); }
td.TdClassName
{
border-color: #CE8005;
}
.TagClassName
{
border-color: #CE8005;
}
</style>