Shades of Dark Goldenrod #C27302
Tints of Dark Goldenrod #C27302
RGB
CMYK
RGB Variations
Color information
#C27302 (or 0xC27302) is known color: Dark Goldenrod. HEX triplet: C2, 73 and 02. RGB value is (194,115,2). Sum of RGB (Red+Green+Blue) = 194+115+2=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C27302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27302 is #3D8CFD. Grayscale: #7E7E7E. Windows color (decimal): -4033790 or 160706. OLE color: 160706.
HSL color Cylindrical-coordinate representation of color #C27302: hue angle of 35.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C27302 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.24 |
| HSL | 35.31º | 0.98% | 0.38% | - |
| HSV(B) | 35.31º | 0.99% | 0.76% | - |
| XYZ | 28.39 | 23.74 | 3.14 | - |
| YUV | 125.74 | 58.17 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 2 | 0 | 0.41 | 0.99 | 0.24 | 35.31 | 0.98 | 0.38 |
| Hex | C2 | 73 | 2 | 0 | 29 | 63 | 18 | 23 | 62 | 26 |
| Octal | 302 | 163 | 2 | 0 | 51 | 143 | 30 | 43 | 142 | 46 |
| Binary | 11000010 | 1110011 | 10 | 0 | 101001 | 1100011 | 11000 | 100011 | 1100010 | 100110 |
Color Harmonies of #C27302
Complementary color
Monochromatic Colors of #C27302
Black with #C27302
Text Example
Text Example
White with #C27302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27302; }
p { color: rgb(194,115,2); }
H1.HeaderClassName
{
color: #C27302;
}
.AnyTagClassName
{
color: #C27302;
}
</style>
background-color css
<style>
a { background-color: #C27302; }
a { background-color: rgb(194,115,2); }
div.DivClassName
{
background-color: #C27302;
}
.BgClassName
{
background-color: #C27302;
}
</style>
border-color css
<style>
span { border-color: #C27302; }
span { border-color: rgb(194,115,2); }
td.TdClassName
{
border-color: #C27302;
}
.TagClassName
{
border-color: #C27302;
}
</style>