Shades of Dark Goldenrod #CE7B08
Tints of Dark Goldenrod #CE7B08
RGB
CMYK
RGB Variations
Color information
#CE7B08 (or 0xCE7B08) is known color: Dark Goldenrod. HEX triplet: CE, 7B and 08. RGB value is (206,123,8). Sum of RGB (Red+Green+Blue) = 206+123+8=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B08 is #3184F7. Grayscale: #878787. Windows color (decimal): -3245304 or 555982. OLE color: 555982.
HSL color Cylindrical-coordinate representation of color #CE7B08: hue angle of 34.85º 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 #CE7B08 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.19 |
| HSL | 34.85º | 0.93% | 0.42% | - |
| HSV(B) | 34.85º | 0.96% | 0.81% | - |
| XYZ | 32.58 | 27.31 | 3.78 | - |
| YUV | 134.71 | 56.5 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 8 | 0 | 0.40 | 0.96 | 0.19 | 34.85 | 0.93 | 0.42 |
| Hex | CE | 7B | 8 | 0 | 28 | 60 | 13 | 23 | 5D | 2A |
| Octal | 316 | 173 | 10 | 0 | 50 | 140 | 23 | 43 | 135 | 52 |
| Binary | 11001110 | 1111011 | 1000 | 0 | 101000 | 1100000 | 10011 | 100011 | 1011101 | 101010 |
Color Harmonies of #CE7B08
Complementary color
Monochromatic Colors of #CE7B08
Black with #CE7B08
Text Example
Text Example
White with #CE7B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B08; }
p { color: rgb(206,123,8); }
H1.HeaderClassName
{
color: #CE7B08;
}
.AnyTagClassName
{
color: #CE7B08;
}
</style>
background-color css
<style>
a { background-color: #CE7B08; }
a { background-color: rgb(206,123,8); }
div.DivClassName
{
background-color: #CE7B08;
}
.BgClassName
{
background-color: #CE7B08;
}
</style>
border-color css
<style>
span { border-color: #CE7B08; }
span { border-color: rgb(206,123,8); }
td.TdClassName
{
border-color: #CE7B08;
}
.TagClassName
{
border-color: #CE7B08;
}
</style>