Shades of Dark Goldenrod #CE800A
Tints of Dark Goldenrod #CE800A
RGB
CMYK
RGB Variations
Color information
#CE800A (or 0xCE800A) is known color: Dark Goldenrod. HEX triplet: CE, 80 and 0A. RGB value is (206,128,10). Sum of RGB (Red+Green+Blue) = 206+128+10=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE800A is #317FF5. Grayscale: #8A8A8A. Windows color (decimal): -3244022 or 688334. OLE color: 688334.
HSL color Cylindrical-coordinate representation of color #CE800A: hue angle of 36.12º 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 #CE800A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.19 |
| HSL | 36.12º | 0.91% | 0.42% | - |
| HSV(B) | 36.12º | 0.95% | 0.81% | - |
| XYZ | 33.23 | 28.58 | 4.05 | - |
| YUV | 137.87 | 55.84 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 10 | 0 | 0.38 | 0.95 | 0.19 | 36.12 | 0.91 | 0.42 |
| Hex | CE | 80 | A | 0 | 26 | 5F | 13 | 24 | 5B | 2A |
| Octal | 316 | 200 | 12 | 0 | 46 | 137 | 23 | 44 | 133 | 52 |
| Binary | 11001110 | 10000000 | 1010 | 0 | 100110 | 1011111 | 10011 | 100100 | 1011011 | 101010 |
Color Harmonies of #CE800A
Complementary color
Monochromatic Colors of #CE800A
Black with #CE800A
Text Example
Text Example
White with #CE800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE800A; }
p { color: rgb(206,128,10); }
H1.HeaderClassName
{
color: #CE800A;
}
.AnyTagClassName
{
color: #CE800A;
}
</style>
background-color css
<style>
a { background-color: #CE800A; }
a { background-color: rgb(206,128,10); }
div.DivClassName
{
background-color: #CE800A;
}
.BgClassName
{
background-color: #CE800A;
}
</style>
border-color css
<style>
span { border-color: #CE800A; }
span { border-color: rgb(206,128,10); }
td.TdClassName
{
border-color: #CE800A;
}
.TagClassName
{
border-color: #CE800A;
}
</style>