Shades of Dark Goldenrod #CE840D
Tints of Dark Goldenrod #CE840D
RGB
CMYK
RGB Variations
Color information
#CE840D (or 0xCE840D) is known color: Dark Goldenrod. HEX triplet: CE, 84 and 0D. RGB value is (206,132,13). Sum of RGB (Red+Green+Blue) = 206+132+13=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE840D is #317BF2. Grayscale: #8D8D8D. Windows color (decimal): -3242995 or 885966. OLE color: 885966.
HSL color Cylindrical-coordinate representation of color #CE840D: hue angle of 36.99º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE840D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.19 |
| HSL | 36.99º | 0.88% | 0.43% | - |
| HSV(B) | 36.99º | 0.94% | 0.81% | - |
| XYZ | 33.78 | 29.65 | 4.32 | - |
| YUV | 140.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 13 | 0 | 0.36 | 0.94 | 0.19 | 36.99 | 0.88 | 0.43 |
| Hex | CE | 84 | D | 0 | 24 | 5E | 13 | 25 | 58 | 2B |
| Octal | 316 | 204 | 15 | 0 | 44 | 136 | 23 | 45 | 130 | 53 |
| Binary | 11001110 | 10000100 | 1101 | 0 | 100100 | 1011110 | 10011 | 100101 | 1011000 | 101011 |
Color Harmonies of #CE840D
Complementary color
Monochromatic Colors of #CE840D
Black with #CE840D
Text Example
Text Example
White with #CE840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE840D; }
p { color: rgb(206,132,13); }
H1.HeaderClassName
{
color: #CE840D;
}
.AnyTagClassName
{
color: #CE840D;
}
</style>
background-color css
<style>
a { background-color: #CE840D; }
a { background-color: rgb(206,132,13); }
div.DivClassName
{
background-color: #CE840D;
}
.BgClassName
{
background-color: #CE840D;
}
</style>
border-color css
<style>
span { border-color: #CE840D; }
span { border-color: rgb(206,132,13); }
td.TdClassName
{
border-color: #CE840D;
}
.TagClassName
{
border-color: #CE840D;
}
</style>