Shades of Dark Goldenrod #CE8B14
Tints of Dark Goldenrod #CE8B14
RGB
CMYK
RGB Variations
Color information
#CE8B14 (or 0xCE8B14) is known color: Dark Goldenrod. HEX triplet: CE, 8B and 14. RGB value is (206,139,20). Sum of RGB (Red+Green+Blue) = 206+139+20=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8B14 is #3174EB. Grayscale: #929292. Windows color (decimal): -3241196 or 1346510. OLE color: 1346510.
HSL color Cylindrical-coordinate representation of color #CE8B14: hue angle of 38.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8B14 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 20 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.19 |
| HSL | 38.39º | 0.82% | 0.44% | - |
| HSV(B) | 38.39º | 0.9% | 0.81% | - |
| XYZ | 34.81 | 31.64 | 4.93 | - |
| YUV | 145.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 20 | 0 | 0.33 | 0.90 | 0.19 | 38.39 | 0.82 | 0.44 |
| Hex | CE | 8B | 14 | 0 | 21 | 5A | 13 | 26 | 52 | 2C |
| Octal | 316 | 213 | 24 | 0 | 41 | 132 | 23 | 46 | 122 | 54 |
| Binary | 11001110 | 10001011 | 10100 | 0 | 100001 | 1011010 | 10011 | 100110 | 1010010 | 101100 |
Color Harmonies of #CE8B14
Complementary color
Monochromatic Colors of #CE8B14
Black with #CE8B14
Text Example
Text Example
White with #CE8B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8B14; }
p { color: rgb(206,139,20); }
H1.HeaderClassName
{
color: #CE8B14;
}
.AnyTagClassName
{
color: #CE8B14;
}
</style>
background-color css
<style>
a { background-color: #CE8B14; }
a { background-color: rgb(206,139,20); }
div.DivClassName
{
background-color: #CE8B14;
}
.BgClassName
{
background-color: #CE8B14;
}
</style>
border-color css
<style>
span { border-color: #CE8B14; }
span { border-color: rgb(206,139,20); }
td.TdClassName
{
border-color: #CE8B14;
}
.TagClassName
{
border-color: #CE8B14;
}
</style>