Shades of Dark Goldenrod #C67807
Tints of Dark Goldenrod #C67807
RGB
CMYK
RGB Variations
Color information
#C67807 (or 0xC67807) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 07. RGB value is (198,120,7). Sum of RGB (Red+Green+Blue) = 198+120+7=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C67807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67807 is #3987F8. Grayscale: #828282. Windows color (decimal): -3770361 or 489670. OLE color: 489670.
HSL color Cylindrical-coordinate representation of color #C67807: hue angle of 35.5º 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 #C67807 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.22 |
| HSL | 35.5º | 0.93% | 0.4% | - |
| HSV(B) | 35.5º | 0.96% | 0.78% | - |
| XYZ | 30.04 | 25.45 | 3.53 | - |
| YUV | 130.44 | 58.34 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 7 | 0 | 0.39 | 0.96 | 0.22 | 35.5 | 0.93 | 0.4 |
| Hex | C6 | 78 | 7 | 0 | 27 | 60 | 16 | 23 | 5D | 28 |
| Octal | 306 | 170 | 7 | 0 | 47 | 140 | 26 | 43 | 135 | 50 |
| Binary | 11000110 | 1111000 | 111 | 0 | 100111 | 1100000 | 10110 | 100011 | 1011101 | 101000 |
Color Harmonies of #C67807
Complementary color
Monochromatic Colors of #C67807
Black with #C67807
Text Example
Text Example
White with #C67807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67807; }
p { color: rgb(198,120,7); }
H1.HeaderClassName
{
color: #C67807;
}
.AnyTagClassName
{
color: #C67807;
}
</style>
background-color css
<style>
a { background-color: #C67807; }
a { background-color: rgb(198,120,7); }
div.DivClassName
{
background-color: #C67807;
}
.BgClassName
{
background-color: #C67807;
}
</style>
border-color css
<style>
span { border-color: #C67807; }
span { border-color: rgb(198,120,7); }
td.TdClassName
{
border-color: #C67807;
}
.TagClassName
{
border-color: #C67807;
}
</style>