Shades of Dark Goldenrod #C67700
Tints of Dark Goldenrod #C67700
RGB
CMYK
RGB Variations
Color information
#C67700 (or 0xC67700) is known color: Dark Goldenrod. HEX triplet: C6, 77 and 00. RGB value is (198,119,0). Sum of RGB (Red+Green+Blue) = 198+119+0=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C67700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67700 is #3988FF. Grayscale: #818181. Windows color (decimal): -3770624 or 30662. OLE color: 30662.
HSL color Cylindrical-coordinate representation of color #C67700: hue angle of 36.06º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C67700 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.22 |
| HSL | 36.06º | 1% | 0.39% | - |
| HSV(B) | 36.06º | 1% | 0.78% | - |
| XYZ | 29.89 | 25.2 | 3.29 | - |
| YUV | 129.06 | 55.17 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 0 | 0 | 0.40 | 1 | 0.22 | 36.06 | 1 | 0.39 |
| Hex | C6 | 77 | 0 | 0 | 28 | 64 | 16 | 24 | 64 | 27 |
| Octal | 306 | 167 | 0 | 0 | 50 | 144 | 26 | 44 | 144 | 47 |
| Binary | 11000110 | 1110111 | 0 | 0 | 101000 | 1100100 | 10110 | 100100 | 1100100 | 100111 |
Color Harmonies of #C67700
Complementary color
Monochromatic Colors of #C67700
Black with #C67700
Text Example
Text Example
White with #C67700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67700; }
p { color: rgb(198,119,0); }
H1.HeaderClassName
{
color: #C67700;
}
.AnyTagClassName
{
color: #C67700;
}
</style>
background-color css
<style>
a { background-color: #C67700; }
a { background-color: rgb(198,119,0); }
div.DivClassName
{
background-color: #C67700;
}
.BgClassName
{
background-color: #C67700;
}
</style>
border-color css
<style>
span { border-color: #C67700; }
span { border-color: rgb(198,119,0); }
td.TdClassName
{
border-color: #C67700;
}
.TagClassName
{
border-color: #C67700;
}
</style>