Shades of Dark Goldenrod #C47502
Tints of Dark Goldenrod #C47502
RGB
CMYK
RGB Variations
Color information
#C47502 (or 0xC47502) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 02. RGB value is (196,117,2). Sum of RGB (Red+Green+Blue) = 196+117+2=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C47502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47502 is #3B8AFD. Grayscale: #808080. Windows color (decimal): -3902206 or 161220. OLE color: 161220.
HSL color Cylindrical-coordinate representation of color #C47502: hue angle of 35.57º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C47502 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.23 |
| HSL | 35.57º | 0.98% | 0.39% | - |
| HSV(B) | 35.57º | 0.99% | 0.77% | - |
| XYZ | 29.14 | 24.46 | 3.24 | - |
| YUV | 127.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 2 | 0 | 0.40 | 0.99 | 0.23 | 35.57 | 0.98 | 0.39 |
| Hex | C4 | 75 | 2 | 0 | 28 | 63 | 17 | 24 | 62 | 27 |
| Octal | 304 | 165 | 2 | 0 | 50 | 143 | 27 | 44 | 142 | 47 |
| Binary | 11000100 | 1110101 | 10 | 0 | 101000 | 1100011 | 10111 | 100100 | 1100010 | 100111 |
Color Harmonies of #C47502
Complementary color
Monochromatic Colors of #C47502
Black with #C47502
Text Example
Text Example
White with #C47502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47502; }
p { color: rgb(196,117,2); }
H1.HeaderClassName
{
color: #C47502;
}
.AnyTagClassName
{
color: #C47502;
}
</style>
background-color css
<style>
a { background-color: #C47502; }
a { background-color: rgb(196,117,2); }
div.DivClassName
{
background-color: #C47502;
}
.BgClassName
{
background-color: #C47502;
}
</style>
border-color css
<style>
span { border-color: #C47502; }
span { border-color: rgb(196,117,2); }
td.TdClassName
{
border-color: #C47502;
}
.TagClassName
{
border-color: #C47502;
}
</style>