Shades of Dark Goldenrod #C27502
Tints of Dark Goldenrod #C27502
RGB
CMYK
RGB Variations
Color information
#C27502 (or 0xC27502) is known color: Dark Goldenrod. HEX triplet: C2, 75 and 02. RGB value is (194,117,2). Sum of RGB (Red+Green+Blue) = 194+117+2=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C27502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27502 is #3D8AFD. Grayscale: #7F7F7F. Windows color (decimal): -4033278 or 161218. OLE color: 161218.
HSL color Cylindrical-coordinate representation of color #C27502: hue angle of 35.94º 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 #C27502 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.24 |
| HSL | 35.94º | 0.98% | 0.38% | - |
| HSV(B) | 35.94º | 0.99% | 0.76% | - |
| XYZ | 28.62 | 24.2 | 3.22 | - |
| YUV | 126.91 | 57.51 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 2 | 0 | 0.40 | 0.99 | 0.24 | 35.94 | 0.98 | 0.38 |
| Hex | C2 | 75 | 2 | 0 | 28 | 63 | 18 | 24 | 62 | 26 |
| Octal | 302 | 165 | 2 | 0 | 50 | 143 | 30 | 44 | 142 | 46 |
| Binary | 11000010 | 1110101 | 10 | 0 | 101000 | 1100011 | 11000 | 100100 | 1100010 | 100110 |
Color Harmonies of #C27502
Complementary color
Monochromatic Colors of #C27502
Black with #C27502
Text Example
Text Example
White with #C27502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27502; }
p { color: rgb(194,117,2); }
H1.HeaderClassName
{
color: #C27502;
}
.AnyTagClassName
{
color: #C27502;
}
</style>
background-color css
<style>
a { background-color: #C27502; }
a { background-color: rgb(194,117,2); }
div.DivClassName
{
background-color: #C27502;
}
.BgClassName
{
background-color: #C27502;
}
</style>
border-color css
<style>
span { border-color: #C27502; }
span { border-color: rgb(194,117,2); }
td.TdClassName
{
border-color: #C27502;
}
.TagClassName
{
border-color: #C27502;
}
</style>