Shades of Dark Goldenrod #CE8702
Tints of Dark Goldenrod #CE8702
RGB
CMYK
RGB Variations
Color information
#CE8702 (or 0xCE8702) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 02. RGB value is (206,135,2). Sum of RGB (Red+Green+Blue) = 206+135+2=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8702 is #3178FD. Grayscale: #8D8D8D. Windows color (decimal): -3242238 or 165838. OLE color: 165838.
HSL color Cylindrical-coordinate representation of color #CE8702: hue angle of 39.12º 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 #CE8702 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.19 |
| HSL | 39.12º | 0.98% | 0.41% | - |
| HSV(B) | 39.12º | 0.99% | 0.81% | - |
| XYZ | 34.13 | 30.45 | 4.14 | - |
| YUV | 141.07 | 49.52 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 2 | 0 | 0.34 | 0.99 | 0.19 | 39.12 | 0.98 | 0.41 |
| Hex | CE | 87 | 2 | 0 | 22 | 63 | 13 | 27 | 62 | 29 |
| Octal | 316 | 207 | 2 | 0 | 42 | 143 | 23 | 47 | 142 | 51 |
| Binary | 11001110 | 10000111 | 10 | 0 | 100010 | 1100011 | 10011 | 100111 | 1100010 | 101001 |
Color Harmonies of #CE8702
Complementary color
Monochromatic Colors of #CE8702
Black with #CE8702
Text Example
Text Example
White with #CE8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8702; }
p { color: rgb(206,135,2); }
H1.HeaderClassName
{
color: #CE8702;
}
.AnyTagClassName
{
color: #CE8702;
}
</style>
background-color css
<style>
a { background-color: #CE8702; }
a { background-color: rgb(206,135,2); }
div.DivClassName
{
background-color: #CE8702;
}
.BgClassName
{
background-color: #CE8702;
}
</style>
border-color css
<style>
span { border-color: #CE8702; }
span { border-color: rgb(206,135,2); }
td.TdClassName
{
border-color: #CE8702;
}
.TagClassName
{
border-color: #CE8702;
}
</style>