Shades of Dark Goldenrod #CE8202
Tints of Dark Goldenrod #CE8202
RGB
CMYK
RGB Variations
Color information
#CE8202 (or 0xCE8202) is known color: Dark Goldenrod. HEX triplet: CE, 82 and 02. RGB value is (206,130,2). Sum of RGB (Red+Green+Blue) = 206+130+2=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8202 is #317DFD. Grayscale: #8A8A8A. Windows color (decimal): -3243518 or 164558. OLE color: 164558.
HSL color Cylindrical-coordinate representation of color #CE8202: hue angle of 37.65º 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 #CE8202 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.19 |
| HSL | 37.65º | 0.98% | 0.41% | - |
| HSV(B) | 37.65º | 0.99% | 0.81% | - |
| XYZ | 33.45 | 29.09 | 3.91 | - |
| YUV | 138.13 | 51.18 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 2 | 0 | 0.37 | 0.99 | 0.19 | 37.65 | 0.98 | 0.41 |
| Hex | CE | 82 | 2 | 0 | 25 | 63 | 13 | 26 | 62 | 29 |
| Octal | 316 | 202 | 2 | 0 | 45 | 143 | 23 | 46 | 142 | 51 |
| Binary | 11001110 | 10000010 | 10 | 0 | 100101 | 1100011 | 10011 | 100110 | 1100010 | 101001 |
Color Harmonies of #CE8202
Complementary color
Monochromatic Colors of #CE8202
Black with #CE8202
Text Example
Text Example
White with #CE8202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8202; }
p { color: rgb(206,130,2); }
H1.HeaderClassName
{
color: #CE8202;
}
.AnyTagClassName
{
color: #CE8202;
}
</style>
background-color css
<style>
a { background-color: #CE8202; }
a { background-color: rgb(206,130,2); }
div.DivClassName
{
background-color: #CE8202;
}
.BgClassName
{
background-color: #CE8202;
}
</style>
border-color css
<style>
span { border-color: #CE8202; }
span { border-color: rgb(206,130,2); }
td.TdClassName
{
border-color: #CE8202;
}
.TagClassName
{
border-color: #CE8202;
}
</style>