Shades of Dark Goldenrod #CE8404
Tints of Dark Goldenrod #CE8404
RGB
CMYK
RGB Variations
Color information
#CE8404 (or 0xCE8404) is known color: Dark Goldenrod. HEX triplet: CE, 84 and 04. RGB value is (206,132,4). Sum of RGB (Red+Green+Blue) = 206+132+4=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8404 is #317BFB. Grayscale: #8C8C8C. Windows color (decimal): -3243004 or 296142. OLE color: 296142.
HSL color Cylindrical-coordinate representation of color #CE8404: hue angle of 38.02º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE8404 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.19 |
| HSL | 38.02º | 0.96% | 0.41% | - |
| HSV(B) | 38.02º | 0.98% | 0.81% | - |
| XYZ | 33.73 | 29.63 | 4.06 | - |
| YUV | 139.53 | 51.52 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 4 | 0 | 0.36 | 0.98 | 0.19 | 38.02 | 0.96 | 0.41 |
| Hex | CE | 84 | 4 | 0 | 24 | 62 | 13 | 26 | 60 | 29 |
| Octal | 316 | 204 | 4 | 0 | 44 | 142 | 23 | 46 | 140 | 51 |
| Binary | 11001110 | 10000100 | 100 | 0 | 100100 | 1100010 | 10011 | 100110 | 1100000 | 101001 |
Color Harmonies of #CE8404
Complementary color
Monochromatic Colors of #CE8404
Black with #CE8404
Text Example
Text Example
White with #CE8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8404; }
p { color: rgb(206,132,4); }
H1.HeaderClassName
{
color: #CE8404;
}
.AnyTagClassName
{
color: #CE8404;
}
</style>
background-color css
<style>
a { background-color: #CE8404; }
a { background-color: rgb(206,132,4); }
div.DivClassName
{
background-color: #CE8404;
}
.BgClassName
{
background-color: #CE8404;
}
</style>
border-color css
<style>
span { border-color: #CE8404; }
span { border-color: rgb(206,132,4); }
td.TdClassName
{
border-color: #CE8404;
}
.TagClassName
{
border-color: #CE8404;
}
</style>