Shades of Dark Goldenrod #CE830B
Tints of Dark Goldenrod #CE830B
RGB
CMYK
RGB Variations
Color information
#CE830B (or 0xCE830B) is known color: Dark Goldenrod. HEX triplet: CE, 83 and 0B. RGB value is (206,131,11). Sum of RGB (Red+Green+Blue) = 206+131+11=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE830B is #317CF4. Grayscale: #8C8C8C. Windows color (decimal): -3243253 or 754638. OLE color: 754638.
HSL color Cylindrical-coordinate representation of color #CE830B: hue angle of 36.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE830B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.19 |
| HSL | 36.92º | 0.9% | 0.43% | - |
| HSV(B) | 36.92º | 0.95% | 0.81% | - |
| XYZ | 33.63 | 29.38 | 4.21 | - |
| YUV | 139.75 | 55.35 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 11 | 0 | 0.36 | 0.95 | 0.19 | 36.92 | 0.9 | 0.43 |
| Hex | CE | 83 | B | 0 | 24 | 5F | 13 | 25 | 5A | 2B |
| Octal | 316 | 203 | 13 | 0 | 44 | 137 | 23 | 45 | 132 | 53 |
| Binary | 11001110 | 10000011 | 1011 | 0 | 100100 | 1011111 | 10011 | 100101 | 1011010 | 101011 |
Color Harmonies of #CE830B
Complementary color
Monochromatic Colors of #CE830B
Black with #CE830B
Text Example
Text Example
White with #CE830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE830B; }
p { color: rgb(206,131,11); }
H1.HeaderClassName
{
color: #CE830B;
}
.AnyTagClassName
{
color: #CE830B;
}
</style>
background-color css
<style>
a { background-color: #CE830B; }
a { background-color: rgb(206,131,11); }
div.DivClassName
{
background-color: #CE830B;
}
.BgClassName
{
background-color: #CE830B;
}
</style>
border-color css
<style>
span { border-color: #CE830B; }
span { border-color: rgb(206,131,11); }
td.TdClassName
{
border-color: #CE830B;
}
.TagClassName
{
border-color: #CE830B;
}
</style>