Shades of Dark Goldenrod #C88B0B
Tints of Dark Goldenrod #C88B0B
RGB
CMYK
RGB Variations
Color information
#C88B0B (or 0xC88B0B) is known color: Dark Goldenrod. HEX triplet: C8, 8B and 0B. RGB value is (200,139,11). Sum of RGB (Red+Green+Blue) = 200+139+11=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88B0B is #3774F4. Grayscale: #8F8F8F. Windows color (decimal): -3634421 or 756680. OLE color: 756680.
HSL color Cylindrical-coordinate representation of color #C88B0B: hue angle of 40.63º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C88B0B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.22 |
| HSL | 40.63º | 0.9% | 0.41% | - |
| HSV(B) | 40.63º | 0.95% | 0.78% | - |
| XYZ | 33.11 | 30.77 | 4.51 | - |
| YUV | 142.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 11 | 0 | 0.30 | 0.94 | 0.22 | 40.63 | 0.9 | 0.41 |
| Hex | C8 | 8B | B | 0 | 1E | 5E | 16 | 29 | 5A | 29 |
| Octal | 310 | 213 | 13 | 0 | 36 | 136 | 26 | 51 | 132 | 51 |
| Binary | 11001000 | 10001011 | 1011 | 0 | 11110 | 1011110 | 10110 | 101001 | 1011010 | 101001 |
Color Harmonies of #C88B0B
Complementary color
Monochromatic Colors of #C88B0B
Black with #C88B0B
Text Example
Text Example
White with #C88B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B0B; }
p { color: rgb(200,139,11); }
H1.HeaderClassName
{
color: #C88B0B;
}
.AnyTagClassName
{
color: #C88B0B;
}
</style>
background-color css
<style>
a { background-color: #C88B0B; }
a { background-color: rgb(200,139,11); }
div.DivClassName
{
background-color: #C88B0B;
}
.BgClassName
{
background-color: #C88B0B;
}
</style>
border-color css
<style>
span { border-color: #C88B0B; }
span { border-color: rgb(200,139,11); }
td.TdClassName
{
border-color: #C88B0B;
}
.TagClassName
{
border-color: #C88B0B;
}
</style>