Shades of Dark Goldenrod #C0750B
Tints of Dark Goldenrod #C0750B
RGB
CMYK
RGB Variations
Color information
#C0750B (or 0xC0750B) is known color: Dark Goldenrod. HEX triplet: C0, 75 and 0B. RGB value is (192,117,11). Sum of RGB (Red+Green+Blue) = 192+117+11=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0750B is #3F8AF4. Grayscale: #7F7F7F. Windows color (decimal): -4164341 or 751040. OLE color: 751040.
HSL color Cylindrical-coordinate representation of color #C0750B: hue angle of 35.14º 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 #C0750B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.25 |
| HSL | 35.14º | 0.89% | 0.4% | - |
| HSV(B) | 35.14º | 0.94% | 0.75% | - |
| XYZ | 28.16 | 23.95 | 3.46 | - |
| YUV | 127.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 11 | 0 | 0.39 | 0.94 | 0.25 | 35.14 | 0.89 | 0.4 |
| Hex | C0 | 75 | B | 0 | 27 | 5E | 19 | 23 | 59 | 28 |
| Octal | 300 | 165 | 13 | 0 | 47 | 136 | 31 | 43 | 131 | 50 |
| Binary | 11000000 | 1110101 | 1011 | 0 | 100111 | 1011110 | 11001 | 100011 | 1011001 | 101000 |
Color Harmonies of #C0750B
Complementary color
Monochromatic Colors of #C0750B
Black with #C0750B
Text Example
Text Example
White with #C0750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0750B; }
p { color: rgb(192,117,11); }
H1.HeaderClassName
{
color: #C0750B;
}
.AnyTagClassName
{
color: #C0750B;
}
</style>
background-color css
<style>
a { background-color: #C0750B; }
a { background-color: rgb(192,117,11); }
div.DivClassName
{
background-color: #C0750B;
}
.BgClassName
{
background-color: #C0750B;
}
</style>
border-color css
<style>
span { border-color: #C0750B; }
span { border-color: rgb(192,117,11); }
td.TdClassName
{
border-color: #C0750B;
}
.TagClassName
{
border-color: #C0750B;
}
</style>