Shades of Dark Goldenrod #C77A01
Tints of Dark Goldenrod #C77A01
RGB
CMYK
RGB Variations
Color information
#C77A01 (or 0xC77A01) is known color: Dark Goldenrod. HEX triplet: C7, 7A and 01. RGB value is (199,122,1). Sum of RGB (Red+Green+Blue) = 199+122+1=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A01 is #3885FE. Grayscale: #838383. Windows color (decimal): -3704319 or 96967. OLE color: 96967.
HSL color Cylindrical-coordinate representation of color #C77A01: hue angle of 36.67º 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 #C77A01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.22 |
| HSL | 36.67º | 0.99% | 0.39% | - |
| HSV(B) | 36.67º | 0.99% | 0.78% | - |
| XYZ | 30.52 | 26.06 | 3.45 | - |
| YUV | 131.23 | 54.51 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 1 | 0 | 0.39 | 0.99 | 0.22 | 36.67 | 0.99 | 0.39 |
| Hex | C7 | 7A | 1 | 0 | 27 | 63 | 16 | 25 | 63 | 27 |
| Octal | 307 | 172 | 1 | 0 | 47 | 143 | 26 | 45 | 143 | 47 |
| Binary | 11000111 | 1111010 | 1 | 0 | 100111 | 1100011 | 10110 | 100101 | 1100011 | 100111 |
Color Harmonies of #C77A01
Complementary color
Monochromatic Colors of #C77A01
Black with #C77A01
Text Example
Text Example
White with #C77A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A01; }
p { color: rgb(199,122,1); }
H1.HeaderClassName
{
color: #C77A01;
}
.AnyTagClassName
{
color: #C77A01;
}
</style>
background-color css
<style>
a { background-color: #C77A01; }
a { background-color: rgb(199,122,1); }
div.DivClassName
{
background-color: #C77A01;
}
.BgClassName
{
background-color: #C77A01;
}
</style>
border-color css
<style>
span { border-color: #C77A01; }
span { border-color: rgb(199,122,1); }
td.TdClassName
{
border-color: #C77A01;
}
.TagClassName
{
border-color: #C77A01;
}
</style>