Shades of Dark Goldenrod #CE8C0B
Tints of Dark Goldenrod #CE8C0B
RGB
CMYK
RGB Variations
Color information
#CE8C0B (or 0xCE8C0B) is known color: Dark Goldenrod. HEX triplet: CE, 8C and 0B. RGB value is (206,140,11). Sum of RGB (Red+Green+Blue) = 206+140+11=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8C0B is #3173F4. Grayscale: #919191. Windows color (decimal): -3240949 or 756942. OLE color: 756942.
HSL color Cylindrical-coordinate representation of color #CE8C0B: hue angle of 39.69º 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 #CE8C0B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.19 |
| HSL | 39.69º | 0.9% | 0.43% | - |
| HSV(B) | 39.69º | 0.95% | 0.81% | - |
| XYZ | 34.89 | 31.9 | 4.64 | - |
| YUV | 145.03 | 52.37 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 11 | 0 | 0.32 | 0.95 | 0.19 | 39.69 | 0.9 | 0.43 |
| Hex | CE | 8C | B | 0 | 20 | 5F | 13 | 28 | 5A | 2B |
| Octal | 316 | 214 | 13 | 0 | 40 | 137 | 23 | 50 | 132 | 53 |
| Binary | 11001110 | 10001100 | 1011 | 0 | 100000 | 1011111 | 10011 | 101000 | 1011010 | 101011 |
Color Harmonies of #CE8C0B
Complementary color
Monochromatic Colors of #CE8C0B
Black with #CE8C0B
Text Example
Text Example
White with #CE8C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8C0B; }
p { color: rgb(206,140,11); }
H1.HeaderClassName
{
color: #CE8C0B;
}
.AnyTagClassName
{
color: #CE8C0B;
}
</style>
background-color css
<style>
a { background-color: #CE8C0B; }
a { background-color: rgb(206,140,11); }
div.DivClassName
{
background-color: #CE8C0B;
}
.BgClassName
{
background-color: #CE8C0B;
}
</style>
border-color css
<style>
span { border-color: #CE8C0B; }
span { border-color: rgb(206,140,11); }
td.TdClassName
{
border-color: #CE8C0B;
}
.TagClassName
{
border-color: #CE8C0B;
}
</style>