Shades of Dark Goldenrod #CE8F01
Tints of Dark Goldenrod #CE8F01
RGB
CMYK
RGB Variations
Color information
#CE8F01 (or 0xCE8F01) is known color: Dark Goldenrod. HEX triplet: CE, 8F and 01. RGB value is (206,143,1). Sum of RGB (Red+Green+Blue) = 206+143+1=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F01 is #3170FE. Grayscale: #929292. Windows color (decimal): -3240191 or 102350. OLE color: 102350.
HSL color Cylindrical-coordinate representation of color #CE8F01: hue angle of 41.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE8F01 is Cyan = 0, Magento = 0.31, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 1 | - |
| CMYK | 0 | 0.31 | 1.00 | 0.19 |
| HSL | 41.56º | 0.99% | 0.41% | - |
| HSV(B) | 41.56º | 1% | 0.81% | - |
| XYZ | 35.28 | 32.77 | 4.49 | - |
| YUV | 145.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 1 | 0 | 0.31 | 1.00 | 0.19 | 41.56 | 0.99 | 0.41 |
| Hex | CE | 8F | 1 | 0 | 1F | 64 | 13 | 2A | 63 | 29 |
| Octal | 316 | 217 | 1 | 0 | 37 | 144 | 23 | 52 | 143 | 51 |
| Binary | 11001110 | 10001111 | 1 | 0 | 11111 | 1100100 | 10011 | 101010 | 1100011 | 101001 |
Color Harmonies of #CE8F01
Complementary color
Monochromatic Colors of #CE8F01
Black with #CE8F01
Text Example
Text Example
White with #CE8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F01; }
p { color: rgb(206,143,1); }
H1.HeaderClassName
{
color: #CE8F01;
}
.AnyTagClassName
{
color: #CE8F01;
}
</style>
background-color css
<style>
a { background-color: #CE8F01; }
a { background-color: rgb(206,143,1); }
div.DivClassName
{
background-color: #CE8F01;
}
.BgClassName
{
background-color: #CE8F01;
}
</style>
border-color css
<style>
span { border-color: #CE8F01; }
span { border-color: rgb(206,143,1); }
td.TdClassName
{
border-color: #CE8F01;
}
.TagClassName
{
border-color: #CE8F01;
}
</style>