Shades of Dark Goldenrod #CE8203
Tints of Dark Goldenrod #CE8203
RGB
CMYK
RGB Variations
Color information
#CE8203 (or 0xCE8203) is known color: Dark Goldenrod. HEX triplet: CE, 82 and 03. RGB value is (206,130,3). Sum of RGB (Red+Green+Blue) = 206+130+3=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8203 is #317DFC. Grayscale: #8A8A8A. Windows color (decimal): -3243517 or 230094. OLE color: 230094.
HSL color Cylindrical-coordinate representation of color #CE8203: hue angle of 37.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE8203 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.19 |
| HSL | 37.54º | 0.97% | 0.41% | - |
| HSV(B) | 37.54º | 0.99% | 0.81% | - |
| XYZ | 33.45 | 29.09 | 3.94 | - |
| YUV | 138.25 | 51.68 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 3 | 0 | 0.37 | 0.99 | 0.19 | 37.54 | 0.97 | 0.41 |
| Hex | CE | 82 | 3 | 0 | 25 | 63 | 13 | 26 | 61 | 29 |
| Octal | 316 | 202 | 3 | 0 | 45 | 143 | 23 | 46 | 141 | 51 |
| Binary | 11001110 | 10000010 | 11 | 0 | 100101 | 1100011 | 10011 | 100110 | 1100001 | 101001 |
Color Harmonies of #CE8203
Complementary color
Monochromatic Colors of #CE8203
Black with #CE8203
Text Example
Text Example
White with #CE8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8203; }
p { color: rgb(206,130,3); }
H1.HeaderClassName
{
color: #CE8203;
}
.AnyTagClassName
{
color: #CE8203;
}
</style>
background-color css
<style>
a { background-color: #CE8203; }
a { background-color: rgb(206,130,3); }
div.DivClassName
{
background-color: #CE8203;
}
.BgClassName
{
background-color: #CE8203;
}
</style>
border-color css
<style>
span { border-color: #CE8203; }
span { border-color: rgb(206,130,3); }
td.TdClassName
{
border-color: #CE8203;
}
.TagClassName
{
border-color: #CE8203;
}
</style>