Shades of Dark Goldenrod #C2750D
Tints of Dark Goldenrod #C2750D
RGB
CMYK
RGB Variations
Color information
#C2750D (or 0xC2750D) is known color: Dark Goldenrod. HEX triplet: C2, 75 and 0D. RGB value is (194,117,13). Sum of RGB (Red+Green+Blue) = 194+117+13=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2750D is #3D8AF2. Grayscale: #808080. Windows color (decimal): -4033267 or 882114. OLE color: 882114.
HSL color Cylindrical-coordinate representation of color #C2750D: hue angle of 34.48º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2750D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.24 |
| HSL | 34.48º | 0.87% | 0.41% | - |
| HSV(B) | 34.48º | 0.93% | 0.76% | - |
| XYZ | 28.68 | 24.22 | 3.54 | - |
| YUV | 128.17 | 63.01 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 13 | 0 | 0.40 | 0.93 | 0.24 | 34.48 | 0.87 | 0.41 |
| Hex | C2 | 75 | D | 0 | 28 | 5D | 18 | 22 | 57 | 29 |
| Octal | 302 | 165 | 15 | 0 | 50 | 135 | 30 | 42 | 127 | 51 |
| Binary | 11000010 | 1110101 | 1101 | 0 | 101000 | 1011101 | 11000 | 100010 | 1010111 | 101001 |
Color Harmonies of #C2750D
Complementary color
Monochromatic Colors of #C2750D
Black with #C2750D
Text Example
Text Example
White with #C2750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2750D; }
p { color: rgb(194,117,13); }
H1.HeaderClassName
{
color: #C2750D;
}
.AnyTagClassName
{
color: #C2750D;
}
</style>
background-color css
<style>
a { background-color: #C2750D; }
a { background-color: rgb(194,117,13); }
div.DivClassName
{
background-color: #C2750D;
}
.BgClassName
{
background-color: #C2750D;
}
</style>
border-color css
<style>
span { border-color: #C2750D; }
span { border-color: rgb(194,117,13); }
td.TdClassName
{
border-color: #C2750D;
}
.TagClassName
{
border-color: #C2750D;
}
</style>