Shades of Dark Goldenrod #CE8A11
Tints of Dark Goldenrod #CE8A11
RGB
CMYK
RGB Variations
Color information
#CE8A11 (or 0xCE8A11) is known color: Dark Goldenrod. HEX triplet: CE, 8A and 11. RGB value is (206,138,17). Sum of RGB (Red+Green+Blue) = 206+138+17=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A11 is #3175EE. Grayscale: #919191. Windows color (decimal): -3241455 or 1149646. OLE color: 1149646.
HSL color Cylindrical-coordinate representation of color #CE8A11: hue angle of 38.41º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE8A11 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 17 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.19 |
| HSL | 38.41º | 0.85% | 0.44% | - |
| HSV(B) | 38.41º | 0.92% | 0.81% | - |
| XYZ | 34.64 | 31.34 | 4.75 | - |
| YUV | 144.54 | 56.03 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 17 | 0 | 0.33 | 0.92 | 0.19 | 38.41 | 0.85 | 0.44 |
| Hex | CE | 8A | 11 | 0 | 21 | 5C | 13 | 26 | 55 | 2C |
| Octal | 316 | 212 | 21 | 0 | 41 | 134 | 23 | 46 | 125 | 54 |
| Binary | 11001110 | 10001010 | 10001 | 0 | 100001 | 1011100 | 10011 | 100110 | 1010101 | 101100 |
Color Harmonies of #CE8A11
Complementary color
Monochromatic Colors of #CE8A11
Black with #CE8A11
Text Example
Text Example
White with #CE8A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8A11; }
p { color: rgb(206,138,17); }
H1.HeaderClassName
{
color: #CE8A11;
}
.AnyTagClassName
{
color: #CE8A11;
}
</style>
background-color css
<style>
a { background-color: #CE8A11; }
a { background-color: rgb(206,138,17); }
div.DivClassName
{
background-color: #CE8A11;
}
.BgClassName
{
background-color: #CE8A11;
}
</style>
border-color css
<style>
span { border-color: #CE8A11; }
span { border-color: rgb(206,138,17); }
td.TdClassName
{
border-color: #CE8A11;
}
.TagClassName
{
border-color: #CE8A11;
}
</style>