Shades of Dark Goldenrod #C78801
Tints of Dark Goldenrod #C78801
RGB
CMYK
RGB Variations
Color information
#C78801 (or 0xC78801) is known color: Dark Goldenrod. HEX triplet: C7, 88 and 01. RGB value is (199,136,1). Sum of RGB (Red+Green+Blue) = 199+136+1=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C78801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78801 is #3877FE. Grayscale: #8C8C8C. Windows color (decimal): -3700735 or 100551. OLE color: 100551.
HSL color Cylindrical-coordinate representation of color #C78801: hue angle of 40.91º 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 #C78801 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.22 |
| HSL | 40.91º | 0.99% | 0.39% | - |
| HSV(B) | 40.91º | 0.99% | 0.78% | - |
| XYZ | 32.36 | 29.75 | 4.07 | - |
| YUV | 139.45 | 49.87 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 1 | 0 | 0.32 | 0.99 | 0.22 | 40.91 | 0.99 | 0.39 |
| Hex | C7 | 88 | 1 | 0 | 20 | 63 | 16 | 29 | 63 | 27 |
| Octal | 307 | 210 | 1 | 0 | 40 | 143 | 26 | 51 | 143 | 47 |
| Binary | 11000111 | 10001000 | 1 | 0 | 100000 | 1100011 | 10110 | 101001 | 1100011 | 100111 |
Color Harmonies of #C78801
Complementary color
Monochromatic Colors of #C78801
Black with #C78801
Text Example
Text Example
White with #C78801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78801; }
p { color: rgb(199,136,1); }
H1.HeaderClassName
{
color: #C78801;
}
.AnyTagClassName
{
color: #C78801;
}
</style>
background-color css
<style>
a { background-color: #C78801; }
a { background-color: rgb(199,136,1); }
div.DivClassName
{
background-color: #C78801;
}
.BgClassName
{
background-color: #C78801;
}
</style>
border-color css
<style>
span { border-color: #C78801; }
span { border-color: rgb(199,136,1); }
td.TdClassName
{
border-color: #C78801;
}
.TagClassName
{
border-color: #C78801;
}
</style>