Shades of Dark Goldenrod #CE800B
Tints of Dark Goldenrod #CE800B
RGB
CMYK
RGB Variations
Color information
#CE800B (or 0xCE800B) is known color: Dark Goldenrod. HEX triplet: CE, 80 and 0B. RGB value is (206,128,11). Sum of RGB (Red+Green+Blue) = 206+128+11=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE800B is #317FF4. Grayscale: #8A8A8A. Windows color (decimal): -3244021 or 753870. OLE color: 753870.
HSL color Cylindrical-coordinate representation of color #CE800B: hue angle of 36º 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 #CE800B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.19 |
| HSL | 36º | 0.9% | 0.43% | - |
| HSV(B) | 36º | 0.95% | 0.81% | - |
| XYZ | 33.23 | 28.58 | 4.08 | - |
| YUV | 137.98 | 56.34 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 11 | 0 | 0.38 | 0.95 | 0.19 | 36 | 0.9 | 0.43 |
| Hex | CE | 80 | B | 0 | 26 | 5F | 13 | 24 | 5A | 2B |
| Octal | 316 | 200 | 13 | 0 | 46 | 137 | 23 | 44 | 132 | 53 |
| Binary | 11001110 | 10000000 | 1011 | 0 | 100110 | 1011111 | 10011 | 100100 | 1011010 | 101011 |
Color Harmonies of #CE800B
Complementary color
Monochromatic Colors of #CE800B
Black with #CE800B
Text Example
Text Example
White with #CE800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE800B; }
p { color: rgb(206,128,11); }
H1.HeaderClassName
{
color: #CE800B;
}
.AnyTagClassName
{
color: #CE800B;
}
</style>
background-color css
<style>
a { background-color: #CE800B; }
a { background-color: rgb(206,128,11); }
div.DivClassName
{
background-color: #CE800B;
}
.BgClassName
{
background-color: #CE800B;
}
</style>
border-color css
<style>
span { border-color: #CE800B; }
span { border-color: rgb(206,128,11); }
td.TdClassName
{
border-color: #CE800B;
}
.TagClassName
{
border-color: #CE800B;
}
</style>