Shades of Dark Goldenrod #C2750B
Tints of Dark Goldenrod #C2750B
RGB
CMYK
RGB Variations
Color information
#C2750B (or 0xC2750B) is known color: Dark Goldenrod. HEX triplet: C2, 75 and 0B. RGB value is (194,117,11). Sum of RGB (Red+Green+Blue) = 194+117+11=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2750B is #3D8AF4. Grayscale: #808080. Windows color (decimal): -4033269 or 751042. OLE color: 751042.
HSL color Cylindrical-coordinate representation of color #C2750B: hue angle of 34.75º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2750B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.24 |
| HSL | 34.75º | 0.89% | 0.4% | - |
| HSV(B) | 34.75º | 0.94% | 0.76% | - |
| XYZ | 28.67 | 24.22 | 3.48 | - |
| YUV | 127.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 11 | 0 | 0.40 | 0.94 | 0.24 | 34.75 | 0.89 | 0.4 |
| Hex | C2 | 75 | B | 0 | 28 | 5E | 18 | 23 | 59 | 28 |
| Octal | 302 | 165 | 13 | 0 | 50 | 136 | 30 | 43 | 131 | 50 |
| Binary | 11000010 | 1110101 | 1011 | 0 | 101000 | 1011110 | 11000 | 100011 | 1011001 | 101000 |
Color Harmonies of #C2750B
Complementary color
Monochromatic Colors of #C2750B
Black with #C2750B
Text Example
Text Example
White with #C2750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2750B; }
p { color: rgb(194,117,11); }
H1.HeaderClassName
{
color: #C2750B;
}
.AnyTagClassName
{
color: #C2750B;
}
</style>
background-color css
<style>
a { background-color: #C2750B; }
a { background-color: rgb(194,117,11); }
div.DivClassName
{
background-color: #C2750B;
}
.BgClassName
{
background-color: #C2750B;
}
</style>
border-color css
<style>
span { border-color: #C2750B; }
span { border-color: rgb(194,117,11); }
td.TdClassName
{
border-color: #C2750B;
}
.TagClassName
{
border-color: #C2750B;
}
</style>