Shades of Dark Goldenrod #CE8F0B
Tints of Dark Goldenrod #CE8F0B
RGB
CMYK
RGB Variations
Color information
#CE8F0B (or 0xCE8F0B) is known color: Dark Goldenrod. HEX triplet: CE, 8F and 0B. RGB value is (206,143,11). Sum of RGB (Red+Green+Blue) = 206+143+11=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8F0B is #3170F4. Grayscale: #939393. Windows color (decimal): -3240181 or 757710. OLE color: 757710.
HSL color Cylindrical-coordinate representation of color #CE8F0B: hue angle of 40.62º 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 #CE8F0B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.19 |
| HSL | 40.62º | 0.9% | 0.43% | - |
| HSV(B) | 40.62º | 0.95% | 0.81% | - |
| XYZ | 35.34 | 32.79 | 4.78 | - |
| YUV | 146.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 11 | 0 | 0.31 | 0.95 | 0.19 | 40.62 | 0.9 | 0.43 |
| Hex | CE | 8F | B | 0 | 1F | 5F | 13 | 29 | 5A | 2B |
| Octal | 316 | 217 | 13 | 0 | 37 | 137 | 23 | 51 | 132 | 53 |
| Binary | 11001110 | 10001111 | 1011 | 0 | 11111 | 1011111 | 10011 | 101001 | 1011010 | 101011 |
Color Harmonies of #CE8F0B
Complementary color
Monochromatic Colors of #CE8F0B
Black with #CE8F0B
Text Example
Text Example
White with #CE8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8F0B; }
p { color: rgb(206,143,11); }
H1.HeaderClassName
{
color: #CE8F0B;
}
.AnyTagClassName
{
color: #CE8F0B;
}
</style>
background-color css
<style>
a { background-color: #CE8F0B; }
a { background-color: rgb(206,143,11); }
div.DivClassName
{
background-color: #CE8F0B;
}
.BgClassName
{
background-color: #CE8F0B;
}
</style>
border-color css
<style>
span { border-color: #CE8F0B; }
span { border-color: rgb(206,143,11); }
td.TdClassName
{
border-color: #CE8F0B;
}
.TagClassName
{
border-color: #CE8F0B;
}
</style>