Shades of Dark Goldenrod #C67407
Tints of Dark Goldenrod #C67407
RGB
CMYK
RGB Variations
Color information
#C67407 (or 0xC67407) is known color: Dark Goldenrod. HEX triplet: C6, 74 and 07. RGB value is (198,116,7). Sum of RGB (Red+Green+Blue) = 198+116+7=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C67407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67407 is #398BF8. Grayscale: #808080. Windows color (decimal): -3771385 or 488646. OLE color: 488646.
HSL color Cylindrical-coordinate representation of color #C67407: hue angle of 34.24º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67407 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.22 |
| HSL | 34.24º | 0.93% | 0.4% | - |
| HSV(B) | 34.24º | 0.96% | 0.78% | - |
| XYZ | 29.57 | 24.51 | 3.37 | - |
| YUV | 128.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 7 | 0 | 0.41 | 0.96 | 0.22 | 34.24 | 0.93 | 0.4 |
| Hex | C6 | 74 | 7 | 0 | 29 | 60 | 16 | 22 | 5D | 28 |
| Octal | 306 | 164 | 7 | 0 | 51 | 140 | 26 | 42 | 135 | 50 |
| Binary | 11000110 | 1110100 | 111 | 0 | 101001 | 1100000 | 10110 | 100010 | 1011101 | 101000 |
Color Harmonies of #C67407
Complementary color
Monochromatic Colors of #C67407
Black with #C67407
Text Example
Text Example
White with #C67407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67407; }
p { color: rgb(198,116,7); }
H1.HeaderClassName
{
color: #C67407;
}
.AnyTagClassName
{
color: #C67407;
}
</style>
background-color css
<style>
a { background-color: #C67407; }
a { background-color: rgb(198,116,7); }
div.DivClassName
{
background-color: #C67407;
}
.BgClassName
{
background-color: #C67407;
}
</style>
border-color css
<style>
span { border-color: #C67407; }
span { border-color: rgb(198,116,7); }
td.TdClassName
{
border-color: #C67407;
}
.TagClassName
{
border-color: #C67407;
}
</style>