Shades of Dark Goldenrod #C48407
Tints of Dark Goldenrod #C48407
RGB
CMYK
RGB Variations
Color information
#C48407 (or 0xC48407) is known color: Dark Goldenrod. HEX triplet: C4, 84 and 07. RGB value is (196,132,7). Sum of RGB (Red+Green+Blue) = 196+132+7=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C48407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48407 is #3B7BF8. Grayscale: #898989. Windows color (decimal): -3898361 or 492740. OLE color: 492740.
HSL color Cylindrical-coordinate representation of color #C48407: hue angle of 39.68º degrees, saturation: 0.93, 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 #C48407 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 7 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.23 |
| HSL | 39.68º | 0.93% | 0.4% | - |
| HSV(B) | 39.68º | 0.96% | 0.77% | - |
| XYZ | 31.05 | 28.25 | 4.02 | - |
| YUV | 136.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 7 | 0 | 0.33 | 0.96 | 0.23 | 39.68 | 0.93 | 0.4 |
| Hex | C4 | 84 | 7 | 0 | 21 | 60 | 17 | 28 | 5D | 28 |
| Octal | 304 | 204 | 7 | 0 | 41 | 140 | 27 | 50 | 135 | 50 |
| Binary | 11000100 | 10000100 | 111 | 0 | 100001 | 1100000 | 10111 | 101000 | 1011101 | 101000 |
Color Harmonies of #C48407
Complementary color
Monochromatic Colors of #C48407
Black with #C48407
Text Example
Text Example
White with #C48407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48407; }
p { color: rgb(196,132,7); }
H1.HeaderClassName
{
color: #C48407;
}
.AnyTagClassName
{
color: #C48407;
}
</style>
background-color css
<style>
a { background-color: #C48407; }
a { background-color: rgb(196,132,7); }
div.DivClassName
{
background-color: #C48407;
}
.BgClassName
{
background-color: #C48407;
}
</style>
border-color css
<style>
span { border-color: #C48407; }
span { border-color: rgb(196,132,7); }
td.TdClassName
{
border-color: #C48407;
}
.TagClassName
{
border-color: #C48407;
}
</style>