Shades of Dark Goldenrod #C47D08
Tints of Dark Goldenrod #C47D08
RGB
CMYK
RGB Variations
Color information
#C47D08 (or 0xC47D08) is known color: Dark Goldenrod. HEX triplet: C4, 7D and 08. RGB value is (196,125,8). Sum of RGB (Red+Green+Blue) = 196+125+8=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D08 is #3B82F7. Grayscale: #858585. Windows color (decimal): -3900152 or 556484. OLE color: 556484.
HSL color Cylindrical-coordinate representation of color #C47D08: hue angle of 37.34º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C47D08 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.23 |
| HSL | 37.34º | 0.92% | 0.4% | - |
| HSV(B) | 37.34º | 0.96% | 0.77% | - |
| XYZ | 30.14 | 26.42 | 3.74 | - |
| YUV | 132.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 8 | 0 | 0.36 | 0.96 | 0.23 | 37.34 | 0.92 | 0.4 |
| Hex | C4 | 7D | 8 | 0 | 24 | 60 | 17 | 25 | 5C | 28 |
| Octal | 304 | 175 | 10 | 0 | 44 | 140 | 27 | 45 | 134 | 50 |
| Binary | 11000100 | 1111101 | 1000 | 0 | 100100 | 1100000 | 10111 | 100101 | 1011100 | 101000 |
Color Harmonies of #C47D08
Complementary color
Monochromatic Colors of #C47D08
Black with #C47D08
Text Example
Text Example
White with #C47D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D08; }
p { color: rgb(196,125,8); }
H1.HeaderClassName
{
color: #C47D08;
}
.AnyTagClassName
{
color: #C47D08;
}
</style>
background-color css
<style>
a { background-color: #C47D08; }
a { background-color: rgb(196,125,8); }
div.DivClassName
{
background-color: #C47D08;
}
.BgClassName
{
background-color: #C47D08;
}
</style>
border-color css
<style>
span { border-color: #C47D08; }
span { border-color: rgb(196,125,8); }
td.TdClassName
{
border-color: #C47D08;
}
.TagClassName
{
border-color: #C47D08;
}
</style>