Shades of Dark Goldenrod #CE8101
Tints of Dark Goldenrod #CE8101
RGB
CMYK
RGB Variations
Color information
#CE8101 (or 0xCE8101) is known color: Dark Goldenrod. HEX triplet: CE, 81 and 01. RGB value is (206,129,1). Sum of RGB (Red+Green+Blue) = 206+129+1=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8101 is #317EFE. Grayscale: #8A8A8A. Windows color (decimal): -3243775 or 98766. OLE color: 98766.
HSL color Cylindrical-coordinate representation of color #CE8101: hue angle of 37.46º 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 #CE8101 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.19 |
| HSL | 37.46º | 0.99% | 0.41% | - |
| HSV(B) | 37.46º | 1% | 0.81% | - |
| XYZ | 33.31 | 28.82 | 3.84 | - |
| YUV | 137.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 1 | 0 | 0.37 | 1.00 | 0.19 | 37.46 | 0.99 | 0.41 |
| Hex | CE | 81 | 1 | 0 | 25 | 64 | 13 | 25 | 63 | 29 |
| Octal | 316 | 201 | 1 | 0 | 45 | 144 | 23 | 45 | 143 | 51 |
| Binary | 11001110 | 10000001 | 1 | 0 | 100101 | 1100100 | 10011 | 100101 | 1100011 | 101001 |
Color Harmonies of #CE8101
Complementary color
Monochromatic Colors of #CE8101
Black with #CE8101
Text Example
Text Example
White with #CE8101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8101; }
p { color: rgb(206,129,1); }
H1.HeaderClassName
{
color: #CE8101;
}
.AnyTagClassName
{
color: #CE8101;
}
</style>
background-color css
<style>
a { background-color: #CE8101; }
a { background-color: rgb(206,129,1); }
div.DivClassName
{
background-color: #CE8101;
}
.BgClassName
{
background-color: #CE8101;
}
</style>
border-color css
<style>
span { border-color: #CE8101; }
span { border-color: rgb(206,129,1); }
td.TdClassName
{
border-color: #CE8101;
}
.TagClassName
{
border-color: #CE8101;
}
</style>