Shades of Dark Goldenrod #C77F0D
Tints of Dark Goldenrod #C77F0D
RGB
CMYK
RGB Variations
Color information
#C77F0D (or 0xC77F0D) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 0D. RGB value is (199,127,13). Sum of RGB (Red+Green+Blue) = 199+127+13=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F0D is #3880F2. Grayscale: #888888. Windows color (decimal): -3703027 or 884679. OLE color: 884679.
HSL color Cylindrical-coordinate representation of color #C77F0D: hue angle of 36.77º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C77F0D is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 13 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.22 |
| HSL | 36.77º | 0.88% | 0.42% | - |
| HSV(B) | 36.77º | 0.93% | 0.78% | - |
| XYZ | 31.22 | 27.35 | 4.01 | - |
| YUV | 135.53 | 58.85 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 13 | 0 | 0.36 | 0.93 | 0.22 | 36.77 | 0.88 | 0.42 |
| Hex | C7 | 7F | D | 0 | 24 | 5D | 16 | 25 | 58 | 2A |
| Octal | 307 | 177 | 15 | 0 | 44 | 135 | 26 | 45 | 130 | 52 |
| Binary | 11000111 | 1111111 | 1101 | 0 | 100100 | 1011101 | 10110 | 100101 | 1011000 | 101010 |
Color Harmonies of #C77F0D
Complementary color
Monochromatic Colors of #C77F0D
Black with #C77F0D
Text Example
Text Example
White with #C77F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F0D; }
p { color: rgb(199,127,13); }
H1.HeaderClassName
{
color: #C77F0D;
}
.AnyTagClassName
{
color: #C77F0D;
}
</style>
background-color css
<style>
a { background-color: #C77F0D; }
a { background-color: rgb(199,127,13); }
div.DivClassName
{
background-color: #C77F0D;
}
.BgClassName
{
background-color: #C77F0D;
}
</style>
border-color css
<style>
span { border-color: #C77F0D; }
span { border-color: rgb(199,127,13); }
td.TdClassName
{
border-color: #C77F0D;
}
.TagClassName
{
border-color: #C77F0D;
}
</style>