Shades of Dark Goldenrod #CE810B
Tints of Dark Goldenrod #CE810B
RGB
CMYK
RGB Variations
Color information
#CE810B (or 0xCE810B) is known color: Dark Goldenrod. HEX triplet: CE, 81 and 0B. RGB value is (206,129,11). Sum of RGB (Red+Green+Blue) = 206+129+11=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE810B is #317EF4. Grayscale: #8B8B8B. Windows color (decimal): -3243765 or 754126. OLE color: 754126.
HSL color Cylindrical-coordinate representation of color #CE810B: hue angle of 36.31º 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 #CE810B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.19 |
| HSL | 36.31º | 0.9% | 0.43% | - |
| HSV(B) | 36.31º | 0.95% | 0.81% | - |
| XYZ | 33.36 | 28.85 | 4.13 | - |
| YUV | 138.57 | 56.01 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 11 | 0 | 0.37 | 0.95 | 0.19 | 36.31 | 0.9 | 0.43 |
| Hex | CE | 81 | B | 0 | 25 | 5F | 13 | 24 | 5A | 2B |
| Octal | 316 | 201 | 13 | 0 | 45 | 137 | 23 | 44 | 132 | 53 |
| Binary | 11001110 | 10000001 | 1011 | 0 | 100101 | 1011111 | 10011 | 100100 | 1011010 | 101011 |
Color Harmonies of #CE810B
Complementary color
Monochromatic Colors of #CE810B
Black with #CE810B
Text Example
Text Example
White with #CE810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE810B; }
p { color: rgb(206,129,11); }
H1.HeaderClassName
{
color: #CE810B;
}
.AnyTagClassName
{
color: #CE810B;
}
</style>
background-color css
<style>
a { background-color: #CE810B; }
a { background-color: rgb(206,129,11); }
div.DivClassName
{
background-color: #CE810B;
}
.BgClassName
{
background-color: #CE810B;
}
</style>
border-color css
<style>
span { border-color: #CE810B; }
span { border-color: rgb(206,129,11); }
td.TdClassName
{
border-color: #CE810B;
}
.TagClassName
{
border-color: #CE810B;
}
</style>