Shades of Dark Goldenrod #C77500
Tints of Dark Goldenrod #C77500
RGB
CMYK
RGB Variations
Color information
#C77500 (or 0xC77500) is known color: Dark Goldenrod. HEX triplet: C7, 75 and 00. RGB value is (199,117,0). Sum of RGB (Red+Green+Blue) = 199+117+0=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C77500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77500 is #388AFF. Grayscale: #808080. Windows color (decimal): -3705600 or 30151. OLE color: 30151.
HSL color Cylindrical-coordinate representation of color #C77500: hue angle of 35.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C77500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.22 |
| HSL | 35.28º | 1% | 0.39% | - |
| HSV(B) | 35.28º | 1% | 0.78% | - |
| XYZ | 29.91 | 24.86 | 3.22 | - |
| YUV | 128.18 | 55.67 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 0 | 0 | 0.41 | 1 | 0.22 | 35.28 | 1 | 0.39 |
| Hex | C7 | 75 | 0 | 0 | 29 | 64 | 16 | 23 | 64 | 27 |
| Octal | 307 | 165 | 0 | 0 | 51 | 144 | 26 | 43 | 144 | 47 |
| Binary | 11000111 | 1110101 | 0 | 0 | 101001 | 1100100 | 10110 | 100011 | 1100100 | 100111 |
Color Harmonies of #C77500
Complementary color
Monochromatic Colors of #C77500
Black with #C77500
Text Example
Text Example
White with #C77500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77500; }
p { color: rgb(199,117,0); }
H1.HeaderClassName
{
color: #C77500;
}
.AnyTagClassName
{
color: #C77500;
}
</style>
background-color css
<style>
a { background-color: #C77500; }
a { background-color: rgb(199,117,0); }
div.DivClassName
{
background-color: #C77500;
}
.BgClassName
{
background-color: #C77500;
}
</style>
border-color css
<style>
span { border-color: #C77500; }
span { border-color: rgb(199,117,0); }
td.TdClassName
{
border-color: #C77500;
}
.TagClassName
{
border-color: #C77500;
}
</style>