Shades of Dark Goldenrod #CE8002
Tints of Dark Goldenrod #CE8002
RGB
CMYK
RGB Variations
Color information
#CE8002 (or 0xCE8002) is known color: Dark Goldenrod. HEX triplet: CE, 80 and 02. RGB value is (206,128,2). Sum of RGB (Red+Green+Blue) = 206+128+2=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8002 is #317FFD. Grayscale: #898989. Windows color (decimal): -3244030 or 164046. OLE color: 164046.
HSL color Cylindrical-coordinate representation of color #CE8002: hue angle of 37.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE8002 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.19 |
| HSL | 37.06º | 0.98% | 0.41% | - |
| HSV(B) | 37.06º | 0.99% | 0.81% | - |
| XYZ | 33.18 | 28.56 | 3.82 | - |
| YUV | 136.96 | 51.84 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 2 | 0 | 0.38 | 0.99 | 0.19 | 37.06 | 0.98 | 0.41 |
| Hex | CE | 80 | 2 | 0 | 26 | 63 | 13 | 25 | 62 | 29 |
| Octal | 316 | 200 | 2 | 0 | 46 | 143 | 23 | 45 | 142 | 51 |
| Binary | 11001110 | 10000000 | 10 | 0 | 100110 | 1100011 | 10011 | 100101 | 1100010 | 101001 |
Color Harmonies of #CE8002
Complementary color
Monochromatic Colors of #CE8002
Black with #CE8002
Text Example
Text Example
White with #CE8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8002; }
p { color: rgb(206,128,2); }
H1.HeaderClassName
{
color: #CE8002;
}
.AnyTagClassName
{
color: #CE8002;
}
</style>
background-color css
<style>
a { background-color: #CE8002; }
a { background-color: rgb(206,128,2); }
div.DivClassName
{
background-color: #CE8002;
}
.BgClassName
{
background-color: #CE8002;
}
</style>
border-color css
<style>
span { border-color: #CE8002; }
span { border-color: rgb(206,128,2); }
td.TdClassName
{
border-color: #CE8002;
}
.TagClassName
{
border-color: #CE8002;
}
</style>