Shades of Dark Goldenrod #CE840B
Tints of Dark Goldenrod #CE840B
RGB
CMYK
RGB Variations
Color information
#CE840B (or 0xCE840B) is known color: Dark Goldenrod. HEX triplet: CE, 84 and 0B. RGB value is (206,132,11). Sum of RGB (Red+Green+Blue) = 206+132+11=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE840B is #317BF4. Grayscale: #8C8C8C. Windows color (decimal): -3242997 or 754894. OLE color: 754894.
HSL color Cylindrical-coordinate representation of color #CE840B: hue angle of 37.23º 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 #CE840B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.19 |
| HSL | 37.23º | 0.9% | 0.43% | - |
| HSV(B) | 37.23º | 0.95% | 0.81% | - |
| XYZ | 33.77 | 29.65 | 4.26 | - |
| YUV | 140.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 11 | 0 | 0.36 | 0.95 | 0.19 | 37.23 | 0.9 | 0.43 |
| Hex | CE | 84 | B | 0 | 24 | 5F | 13 | 25 | 5A | 2B |
| Octal | 316 | 204 | 13 | 0 | 44 | 137 | 23 | 45 | 132 | 53 |
| Binary | 11001110 | 10000100 | 1011 | 0 | 100100 | 1011111 | 10011 | 100101 | 1011010 | 101011 |
Color Harmonies of #CE840B
Complementary color
Monochromatic Colors of #CE840B
Black with #CE840B
Text Example
Text Example
White with #CE840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE840B; }
p { color: rgb(206,132,11); }
H1.HeaderClassName
{
color: #CE840B;
}
.AnyTagClassName
{
color: #CE840B;
}
</style>
background-color css
<style>
a { background-color: #CE840B; }
a { background-color: rgb(206,132,11); }
div.DivClassName
{
background-color: #CE840B;
}
.BgClassName
{
background-color: #CE840B;
}
</style>
border-color css
<style>
span { border-color: #CE840B; }
span { border-color: rgb(206,132,11); }
td.TdClassName
{
border-color: #CE840B;
}
.TagClassName
{
border-color: #CE840B;
}
</style>