Shades of Dark Goldenrod #CE8C03
Tints of Dark Goldenrod #CE8C03
RGB
CMYK
RGB Variations
Color information
#CE8C03 (or 0xCE8C03) is known color: Dark Goldenrod. HEX triplet: CE, 8C and 03. RGB value is (206,140,3). Sum of RGB (Red+Green+Blue) = 206+140+3=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8C03 is #3173FC. Grayscale: #909090. Windows color (decimal): -3240957 or 232654. OLE color: 232654.
HSL color Cylindrical-coordinate representation of color #CE8C03: hue angle of 40.49º degrees, saturation: 0.97, 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 #CE8C03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.19 |
| HSL | 40.49º | 0.97% | 0.41% | - |
| HSV(B) | 40.49º | 0.99% | 0.81% | - |
| XYZ | 34.85 | 31.88 | 4.4 | - |
| YUV | 144.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 3 | 0 | 0.32 | 0.99 | 0.19 | 40.49 | 0.97 | 0.41 |
| Hex | CE | 8C | 3 | 0 | 20 | 63 | 13 | 28 | 61 | 29 |
| Octal | 316 | 214 | 3 | 0 | 40 | 143 | 23 | 50 | 141 | 51 |
| Binary | 11001110 | 10001100 | 11 | 0 | 100000 | 1100011 | 10011 | 101000 | 1100001 | 101001 |
Color Harmonies of #CE8C03
Complementary color
Monochromatic Colors of #CE8C03
Black with #CE8C03
Text Example
Text Example
White with #CE8C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C03; }
p { color: rgb(206,140,3); }
H1.HeaderClassName
{
color: #CE8C03;
}
.AnyTagClassName
{
color: #CE8C03;
}
</style>
background-color css
<style>
a { background-color: #CE8C03; }
a { background-color: rgb(206,140,3); }
div.DivClassName
{
background-color: #CE8C03;
}
.BgClassName
{
background-color: #CE8C03;
}
</style>
border-color css
<style>
span { border-color: #CE8C03; }
span { border-color: rgb(206,140,3); }
td.TdClassName
{
border-color: #CE8C03;
}
.TagClassName
{
border-color: #CE8C03;
}
</style>