Shades of Dark Goldenrod #C0700B
Tints of Dark Goldenrod #C0700B
RGB
CMYK
RGB Variations
Color information
#C0700B (or 0xC0700B) is known color: Dark Goldenrod. HEX triplet: C0, 70 and 0B. RGB value is (192,112,11). Sum of RGB (Red+Green+Blue) = 192+112+11=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C0700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0700B is #3F8FF4. Grayscale: #7C7C7C. Windows color (decimal): -4165621 or 749760. OLE color: 749760.
HSL color Cylindrical-coordinate representation of color #C0700B: hue angle of 33.48º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0700B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.25 |
| HSL | 33.48º | 0.89% | 0.4% | - |
| HSV(B) | 33.48º | 0.94% | 0.75% | - |
| XYZ | 27.59 | 22.82 | 3.27 | - |
| YUV | 124.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 11 | 0 | 0.42 | 0.94 | 0.25 | 33.48 | 0.89 | 0.4 |
| Hex | C0 | 70 | B | 0 | 2A | 5E | 19 | 21 | 59 | 28 |
| Octal | 300 | 160 | 13 | 0 | 52 | 136 | 31 | 41 | 131 | 50 |
| Binary | 11000000 | 1110000 | 1011 | 0 | 101010 | 1011110 | 11001 | 100001 | 1011001 | 101000 |
Color Harmonies of #C0700B
Complementary color
Monochromatic Colors of #C0700B
Black with #C0700B
Text Example
Text Example
White with #C0700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0700B; }
p { color: rgb(192,112,11); }
H1.HeaderClassName
{
color: #C0700B;
}
.AnyTagClassName
{
color: #C0700B;
}
</style>
background-color css
<style>
a { background-color: #C0700B; }
a { background-color: rgb(192,112,11); }
div.DivClassName
{
background-color: #C0700B;
}
.BgClassName
{
background-color: #C0700B;
}
</style>
border-color css
<style>
span { border-color: #C0700B; }
span { border-color: rgb(192,112,11); }
td.TdClassName
{
border-color: #C0700B;
}
.TagClassName
{
border-color: #C0700B;
}
</style>