Shades of Dark Goldenrod #CE850B
Tints of Dark Goldenrod #CE850B
RGB
CMYK
RGB Variations
Color information
#CE850B (or 0xCE850B) is known color: Dark Goldenrod. HEX triplet: CE, 85 and 0B. RGB value is (206,133,11). Sum of RGB (Red+Green+Blue) = 206+133+11=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE850B is #317AF4. Grayscale: #8D8D8D. Windows color (decimal): -3242741 or 755150. OLE color: 755150.
HSL color Cylindrical-coordinate representation of color #CE850B: hue angle of 37.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE850B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.19 |
| HSL | 37.54º | 0.9% | 0.43% | - |
| HSV(B) | 37.54º | 0.95% | 0.81% | - |
| XYZ | 33.9 | 29.92 | 4.31 | - |
| YUV | 140.92 | 54.68 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 11 | 0 | 0.35 | 0.95 | 0.19 | 37.54 | 0.9 | 0.43 |
| Hex | CE | 85 | B | 0 | 23 | 5F | 13 | 26 | 5A | 2B |
| Octal | 316 | 205 | 13 | 0 | 43 | 137 | 23 | 46 | 132 | 53 |
| Binary | 11001110 | 10000101 | 1011 | 0 | 100011 | 1011111 | 10011 | 100110 | 1011010 | 101011 |
Color Harmonies of #CE850B
Complementary color
Monochromatic Colors of #CE850B
Black with #CE850B
Text Example
Text Example
White with #CE850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE850B; }
p { color: rgb(206,133,11); }
H1.HeaderClassName
{
color: #CE850B;
}
.AnyTagClassName
{
color: #CE850B;
}
</style>
background-color css
<style>
a { background-color: #CE850B; }
a { background-color: rgb(206,133,11); }
div.DivClassName
{
background-color: #CE850B;
}
.BgClassName
{
background-color: #CE850B;
}
</style>
border-color css
<style>
span { border-color: #CE850B; }
span { border-color: rgb(206,133,11); }
td.TdClassName
{
border-color: #CE850B;
}
.TagClassName
{
border-color: #CE850B;
}
</style>