Shades of Dark Goldenrod #C67801
Tints of Dark Goldenrod #C67801
RGB
CMYK
RGB Variations
Color information
#C67801 (or 0xC67801) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 01. RGB value is (198,120,1). Sum of RGB (Red+Green+Blue) = 198+120+1=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C67801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67801 is #3987FE. Grayscale: #828282. Windows color (decimal): -3770367 or 96454. OLE color: 96454.
HSL color Cylindrical-coordinate representation of color #C67801: hue angle of 36.24º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C67801 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.22 |
| HSL | 36.24º | 0.99% | 0.39% | - |
| HSV(B) | 36.24º | 0.99% | 0.78% | - |
| XYZ | 30.01 | 25.44 | 3.36 | - |
| YUV | 129.76 | 55.34 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 1 | 0 | 0.39 | 0.99 | 0.22 | 36.24 | 0.99 | 0.39 |
| Hex | C6 | 78 | 1 | 0 | 27 | 63 | 16 | 24 | 63 | 27 |
| Octal | 306 | 170 | 1 | 0 | 47 | 143 | 26 | 44 | 143 | 47 |
| Binary | 11000110 | 1111000 | 1 | 0 | 100111 | 1100011 | 10110 | 100100 | 1100011 | 100111 |
Color Harmonies of #C67801
Complementary color
Monochromatic Colors of #C67801
Black with #C67801
Text Example
Text Example
White with #C67801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67801; }
p { color: rgb(198,120,1); }
H1.HeaderClassName
{
color: #C67801;
}
.AnyTagClassName
{
color: #C67801;
}
</style>
background-color css
<style>
a { background-color: #C67801; }
a { background-color: rgb(198,120,1); }
div.DivClassName
{
background-color: #C67801;
}
.BgClassName
{
background-color: #C67801;
}
</style>
border-color css
<style>
span { border-color: #C67801; }
span { border-color: rgb(198,120,1); }
td.TdClassName
{
border-color: #C67801;
}
.TagClassName
{
border-color: #C67801;
}
</style>