Shades of Dark Goldenrod #C8850B
Tints of Dark Goldenrod #C8850B
RGB
CMYK
RGB Variations
Color information
#C8850B (or 0xC8850B) is known color: Dark Goldenrod. HEX triplet: C8, 85 and 0B. RGB value is (200,133,11). Sum of RGB (Red+Green+Blue) = 200+133+11=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8850B is #377AF4. Grayscale: #8B8B8B. Windows color (decimal): -3635957 or 755144. OLE color: 755144.
HSL color Cylindrical-coordinate representation of color #C8850B: hue angle of 38.73º 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 #C8850B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.22 |
| HSL | 38.73º | 0.9% | 0.41% | - |
| HSV(B) | 38.73º | 0.95% | 0.78% | - |
| XYZ | 32.27 | 29.08 | 4.23 | - |
| YUV | 139.13 | 55.7 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 11 | 0 | 0.34 | 0.94 | 0.22 | 38.73 | 0.9 | 0.41 |
| Hex | C8 | 85 | B | 0 | 22 | 5E | 16 | 27 | 5A | 29 |
| Octal | 310 | 205 | 13 | 0 | 42 | 136 | 26 | 47 | 132 | 51 |
| Binary | 11001000 | 10000101 | 1011 | 0 | 100010 | 1011110 | 10110 | 100111 | 1011010 | 101001 |
Color Harmonies of #C8850B
Complementary color
Monochromatic Colors of #C8850B
Black with #C8850B
Text Example
Text Example
White with #C8850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8850B; }
p { color: rgb(200,133,11); }
H1.HeaderClassName
{
color: #C8850B;
}
.AnyTagClassName
{
color: #C8850B;
}
</style>
background-color css
<style>
a { background-color: #C8850B; }
a { background-color: rgb(200,133,11); }
div.DivClassName
{
background-color: #C8850B;
}
.BgClassName
{
background-color: #C8850B;
}
</style>
border-color css
<style>
span { border-color: #C8850B; }
span { border-color: rgb(200,133,11); }
td.TdClassName
{
border-color: #C8850B;
}
.TagClassName
{
border-color: #C8850B;
}
</style>