Shades of Dark Goldenrod #C47D02
Tints of Dark Goldenrod #C47D02
RGB
CMYK
RGB Variations
Color information
#C47D02 (or 0xC47D02) is known color: Dark Goldenrod. HEX triplet: C4, 7D and 02. RGB value is (196,125,2). Sum of RGB (Red+Green+Blue) = 196+125+2=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D02 is #3B82FD. Grayscale: #848484. Windows color (decimal): -3900158 or 163268. OLE color: 163268.
HSL color Cylindrical-coordinate representation of color #C47D02: hue angle of 38.04º 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 #C47D02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.23 |
| HSL | 38.04º | 0.98% | 0.39% | - |
| HSV(B) | 38.04º | 0.99% | 0.77% | - |
| XYZ | 30.11 | 26.41 | 3.57 | - |
| YUV | 132.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 2 | 0 | 0.36 | 0.99 | 0.23 | 38.04 | 0.98 | 0.39 |
| Hex | C4 | 7D | 2 | 0 | 24 | 63 | 17 | 26 | 62 | 27 |
| Octal | 304 | 175 | 2 | 0 | 44 | 143 | 27 | 46 | 142 | 47 |
| Binary | 11000100 | 1111101 | 10 | 0 | 100100 | 1100011 | 10111 | 100110 | 1100010 | 100111 |
Color Harmonies of #C47D02
Complementary color
Monochromatic Colors of #C47D02
Black with #C47D02
Text Example
Text Example
White with #C47D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D02; }
p { color: rgb(196,125,2); }
H1.HeaderClassName
{
color: #C47D02;
}
.AnyTagClassName
{
color: #C47D02;
}
</style>
background-color css
<style>
a { background-color: #C47D02; }
a { background-color: rgb(196,125,2); }
div.DivClassName
{
background-color: #C47D02;
}
.BgClassName
{
background-color: #C47D02;
}
</style>
border-color css
<style>
span { border-color: #C47D02; }
span { border-color: rgb(196,125,2); }
td.TdClassName
{
border-color: #C47D02;
}
.TagClassName
{
border-color: #C47D02;
}
</style>