Shades of Dark Goldenrod #CE840A
Tints of Dark Goldenrod #CE840A
RGB
CMYK
RGB Variations
Color information
#CE840A (or 0xCE840A) is known color: Dark Goldenrod. HEX triplet: CE, 84 and 0A. RGB value is (206,132,10). Sum of RGB (Red+Green+Blue) = 206+132+10=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE840A is #317BF5. Grayscale: #8C8C8C. Windows color (decimal): -3242998 or 689358. OLE color: 689358.
HSL color Cylindrical-coordinate representation of color #CE840A: hue angle of 37.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE840A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 10 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.19 |
| HSL | 37.35º | 0.91% | 0.42% | - |
| HSV(B) | 37.35º | 0.95% | 0.81% | - |
| XYZ | 33.76 | 29.65 | 4.23 | - |
| YUV | 140.22 | 54.52 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 10 | 0 | 0.36 | 0.95 | 0.19 | 37.35 | 0.91 | 0.42 |
| Hex | CE | 84 | A | 0 | 24 | 5F | 13 | 25 | 5B | 2A |
| Octal | 316 | 204 | 12 | 0 | 44 | 137 | 23 | 45 | 133 | 52 |
| Binary | 11001110 | 10000100 | 1010 | 0 | 100100 | 1011111 | 10011 | 100101 | 1011011 | 101010 |
Color Harmonies of #CE840A
Complementary color
Monochromatic Colors of #CE840A
Black with #CE840A
Text Example
Text Example
White with #CE840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE840A; }
p { color: rgb(206,132,10); }
H1.HeaderClassName
{
color: #CE840A;
}
.AnyTagClassName
{
color: #CE840A;
}
</style>
background-color css
<style>
a { background-color: #CE840A; }
a { background-color: rgb(206,132,10); }
div.DivClassName
{
background-color: #CE840A;
}
.BgClassName
{
background-color: #CE840A;
}
</style>
border-color css
<style>
span { border-color: #CE840A; }
span { border-color: rgb(206,132,10); }
td.TdClassName
{
border-color: #CE840A;
}
.TagClassName
{
border-color: #CE840A;
}
</style>