Shades of Dark Goldenrod #C77401
Tints of Dark Goldenrod #C77401
RGB
CMYK
RGB Variations
Color information
#C77401 (or 0xC77401) is known color: Dark Goldenrod. HEX triplet: C7, 74 and 01. RGB value is (199,116,1). Sum of RGB (Red+Green+Blue) = 199+116+1=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C77401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77401 is #388BFE. Grayscale: #808080. Windows color (decimal): -3705855 or 95431. OLE color: 95431.
HSL color Cylindrical-coordinate representation of color #C77401: hue angle of 34.85º 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 #C77401 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.22 |
| HSL | 34.85º | 0.99% | 0.39% | - |
| HSV(B) | 34.85º | 0.99% | 0.78% | - |
| XYZ | 29.8 | 24.64 | 3.21 | - |
| YUV | 127.71 | 56.5 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 1 | 0 | 0.42 | 0.99 | 0.22 | 34.85 | 0.99 | 0.39 |
| Hex | C7 | 74 | 1 | 0 | 2A | 63 | 16 | 23 | 63 | 27 |
| Octal | 307 | 164 | 1 | 0 | 52 | 143 | 26 | 43 | 143 | 47 |
| Binary | 11000111 | 1110100 | 1 | 0 | 101010 | 1100011 | 10110 | 100011 | 1100011 | 100111 |
Color Harmonies of #C77401
Complementary color
Monochromatic Colors of #C77401
Black with #C77401
Text Example
Text Example
White with #C77401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77401; }
p { color: rgb(199,116,1); }
H1.HeaderClassName
{
color: #C77401;
}
.AnyTagClassName
{
color: #C77401;
}
</style>
background-color css
<style>
a { background-color: #C77401; }
a { background-color: rgb(199,116,1); }
div.DivClassName
{
background-color: #C77401;
}
.BgClassName
{
background-color: #C77401;
}
</style>
border-color css
<style>
span { border-color: #C77401; }
span { border-color: rgb(199,116,1); }
td.TdClassName
{
border-color: #C77401;
}
.TagClassName
{
border-color: #C77401;
}
</style>