Shades of Dark Goldenrod #CE8208
Tints of Dark Goldenrod #CE8208
RGB
CMYK
RGB Variations
Color information
#CE8208 (or 0xCE8208) is known color: Dark Goldenrod. HEX triplet: CE, 82 and 08. RGB value is (206,130,8). Sum of RGB (Red+Green+Blue) = 206+130+8=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8208 is #317DF7. Grayscale: #8B8B8B. Windows color (decimal): -3243512 or 557774. OLE color: 557774.
HSL color Cylindrical-coordinate representation of color #CE8208: hue angle of 36.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE8208 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 8 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.19 |
| HSL | 36.97º | 0.93% | 0.42% | - |
| HSV(B) | 36.97º | 0.96% | 0.81% | - |
| XYZ | 33.48 | 29.1 | 4.08 | - |
| YUV | 138.82 | 54.18 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 8 | 0 | 0.37 | 0.96 | 0.19 | 36.97 | 0.93 | 0.42 |
| Hex | CE | 82 | 8 | 0 | 25 | 60 | 13 | 25 | 5D | 2A |
| Octal | 316 | 202 | 10 | 0 | 45 | 140 | 23 | 45 | 135 | 52 |
| Binary | 11001110 | 10000010 | 1000 | 0 | 100101 | 1100000 | 10011 | 100101 | 1011101 | 101010 |
Color Harmonies of #CE8208
Complementary color
Monochromatic Colors of #CE8208
Black with #CE8208
Text Example
Text Example
White with #CE8208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8208; }
p { color: rgb(206,130,8); }
H1.HeaderClassName
{
color: #CE8208;
}
.AnyTagClassName
{
color: #CE8208;
}
</style>
background-color css
<style>
a { background-color: #CE8208; }
a { background-color: rgb(206,130,8); }
div.DivClassName
{
background-color: #CE8208;
}
.BgClassName
{
background-color: #CE8208;
}
</style>
border-color css
<style>
span { border-color: #CE8208; }
span { border-color: rgb(206,130,8); }
td.TdClassName
{
border-color: #CE8208;
}
.TagClassName
{
border-color: #CE8208;
}
</style>