Shades of Dark Goldenrod #CE8C02
Tints of Dark Goldenrod #CE8C02
RGB
CMYK
RGB Variations
Color information
#CE8C02 (or 0xCE8C02) is known color: Dark Goldenrod. HEX triplet: CE, 8C and 02. RGB value is (206,140,2). Sum of RGB (Red+Green+Blue) = 206+140+2=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8C02 is #3173FD. Grayscale: #909090. Windows color (decimal): -3240958 or 167118. OLE color: 167118.
HSL color Cylindrical-coordinate representation of color #CE8C02: hue angle of 40.59º 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 #CE8C02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.19 |
| HSL | 40.59º | 0.98% | 0.41% | - |
| HSV(B) | 40.59º | 0.99% | 0.81% | - |
| XYZ | 34.84 | 31.88 | 4.37 | - |
| YUV | 144 | 47.87 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 2 | 0 | 0.32 | 0.99 | 0.19 | 40.59 | 0.98 | 0.41 |
| Hex | CE | 8C | 2 | 0 | 20 | 63 | 13 | 29 | 62 | 29 |
| Octal | 316 | 214 | 2 | 0 | 40 | 143 | 23 | 51 | 142 | 51 |
| Binary | 11001110 | 10001100 | 10 | 0 | 100000 | 1100011 | 10011 | 101001 | 1100010 | 101001 |
Color Harmonies of #CE8C02
Complementary color
Monochromatic Colors of #CE8C02
Black with #CE8C02
Text Example
Text Example
White with #CE8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C02; }
p { color: rgb(206,140,2); }
H1.HeaderClassName
{
color: #CE8C02;
}
.AnyTagClassName
{
color: #CE8C02;
}
</style>
background-color css
<style>
a { background-color: #CE8C02; }
a { background-color: rgb(206,140,2); }
div.DivClassName
{
background-color: #CE8C02;
}
.BgClassName
{
background-color: #CE8C02;
}
</style>
border-color css
<style>
span { border-color: #CE8C02; }
span { border-color: rgb(206,140,2); }
td.TdClassName
{
border-color: #CE8C02;
}
.TagClassName
{
border-color: #CE8C02;
}
</style>