Shades of Dark Goldenrod #CE8A0B
Tints of Dark Goldenrod #CE8A0B
RGB
CMYK
RGB Variations
Color information
#CE8A0B (or 0xCE8A0B) is known color: Dark Goldenrod. HEX triplet: CE, 8A and 0B. RGB value is (206,138,11). Sum of RGB (Red+Green+Blue) = 206+138+11=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A0B is #3175F4. Grayscale: #909090. Windows color (decimal): -3241461 or 756430. OLE color: 756430.
HSL color Cylindrical-coordinate representation of color #CE8A0B: hue angle of 39.08º 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 #CE8A0B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.19 |
| HSL | 39.08º | 0.9% | 0.43% | - |
| HSV(B) | 39.08º | 0.95% | 0.81% | - |
| XYZ | 34.6 | 31.32 | 4.54 | - |
| YUV | 143.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 11 | 0 | 0.33 | 0.95 | 0.19 | 39.08 | 0.9 | 0.43 |
| Hex | CE | 8A | B | 0 | 21 | 5F | 13 | 27 | 5A | 2B |
| Octal | 316 | 212 | 13 | 0 | 41 | 137 | 23 | 47 | 132 | 53 |
| Binary | 11001110 | 10001010 | 1011 | 0 | 100001 | 1011111 | 10011 | 100111 | 1011010 | 101011 |
Color Harmonies of #CE8A0B
Complementary color
Monochromatic Colors of #CE8A0B
Black with #CE8A0B
Text Example
Text Example
White with #CE8A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A0B; }
p { color: rgb(206,138,11); }
H1.HeaderClassName
{
color: #CE8A0B;
}
.AnyTagClassName
{
color: #CE8A0B;
}
</style>
background-color css
<style>
a { background-color: #CE8A0B; }
a { background-color: rgb(206,138,11); }
div.DivClassName
{
background-color: #CE8A0B;
}
.BgClassName
{
background-color: #CE8A0B;
}
</style>
border-color css
<style>
span { border-color: #CE8A0B; }
span { border-color: rgb(206,138,11); }
td.TdClassName
{
border-color: #CE8A0B;
}
.TagClassName
{
border-color: #CE8A0B;
}
</style>