Shades of Dark Goldenrod #CE830C
Tints of Dark Goldenrod #CE830C
RGB
CMYK
RGB Variations
Color information
#CE830C (or 0xCE830C) is known color: Dark Goldenrod. HEX triplet: CE, 83 and 0C. RGB value is (206,131,12). Sum of RGB (Red+Green+Blue) = 206+131+12=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE830C is #317CF3. Grayscale: #8C8C8C. Windows color (decimal): -3243252 or 820174. OLE color: 820174.
HSL color Cylindrical-coordinate representation of color #CE830C: hue angle of 36.8º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE830C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.19 |
| HSL | 36.8º | 0.89% | 0.43% | - |
| HSV(B) | 36.8º | 0.94% | 0.81% | - |
| XYZ | 33.64 | 29.38 | 4.25 | - |
| YUV | 139.86 | 55.85 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 12 | 0 | 0.36 | 0.94 | 0.19 | 36.8 | 0.89 | 0.43 |
| Hex | CE | 83 | C | 0 | 24 | 5E | 13 | 25 | 59 | 2B |
| Octal | 316 | 203 | 14 | 0 | 44 | 136 | 23 | 45 | 131 | 53 |
| Binary | 11001110 | 10000011 | 1100 | 0 | 100100 | 1011110 | 10011 | 100101 | 1011001 | 101011 |
Color Harmonies of #CE830C
Complementary color
Monochromatic Colors of #CE830C
Black with #CE830C
Text Example
Text Example
White with #CE830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE830C; }
p { color: rgb(206,131,12); }
H1.HeaderClassName
{
color: #CE830C;
}
.AnyTagClassName
{
color: #CE830C;
}
</style>
background-color css
<style>
a { background-color: #CE830C; }
a { background-color: rgb(206,131,12); }
div.DivClassName
{
background-color: #CE830C;
}
.BgClassName
{
background-color: #CE830C;
}
</style>
border-color css
<style>
span { border-color: #CE830C; }
span { border-color: rgb(206,131,12); }
td.TdClassName
{
border-color: #CE830C;
}
.TagClassName
{
border-color: #CE830C;
}
</style>