Shades of Dark Goldenrod #CE8401
Tints of Dark Goldenrod #CE8401
RGB
CMYK
RGB Variations
Color information
#CE8401 (or 0xCE8401) is known color: Dark Goldenrod. HEX triplet: CE, 84 and 01. RGB value is (206,132,1). Sum of RGB (Red+Green+Blue) = 206+132+1=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8401 is #317BFE. Grayscale: #8B8B8B. Windows color (decimal): -3243007 or 99534. OLE color: 99534.
HSL color Cylindrical-coordinate representation of color #CE8401: hue angle of 38.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE8401 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.19 |
| HSL | 38.34º | 0.99% | 0.41% | - |
| HSV(B) | 38.34º | 1% | 0.81% | - |
| XYZ | 33.71 | 29.63 | 3.97 | - |
| YUV | 139.19 | 50.02 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 1 | 0 | 0.36 | 1.00 | 0.19 | 38.34 | 0.99 | 0.41 |
| Hex | CE | 84 | 1 | 0 | 24 | 64 | 13 | 26 | 63 | 29 |
| Octal | 316 | 204 | 1 | 0 | 44 | 144 | 23 | 46 | 143 | 51 |
| Binary | 11001110 | 10000100 | 1 | 0 | 100100 | 1100100 | 10011 | 100110 | 1100011 | 101001 |
Color Harmonies of #CE8401
Complementary color
Monochromatic Colors of #CE8401
Black with #CE8401
Text Example
Text Example
White with #CE8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8401; }
p { color: rgb(206,132,1); }
H1.HeaderClassName
{
color: #CE8401;
}
.AnyTagClassName
{
color: #CE8401;
}
</style>
background-color css
<style>
a { background-color: #CE8401; }
a { background-color: rgb(206,132,1); }
div.DivClassName
{
background-color: #CE8401;
}
.BgClassName
{
background-color: #CE8401;
}
</style>
border-color css
<style>
span { border-color: #CE8401; }
span { border-color: rgb(206,132,1); }
td.TdClassName
{
border-color: #CE8401;
}
.TagClassName
{
border-color: #CE8401;
}
</style>