Shades of Dark Goldenrod #C77502
Tints of Dark Goldenrod #C77502
RGB
CMYK
RGB Variations
Color information
#C77502 (or 0xC77502) is known color: Dark Goldenrod. HEX triplet: C7, 75 and 02. RGB value is (199,117,2). Sum of RGB (Red+Green+Blue) = 199+117+2=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C77502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77502 is #388AFD. Grayscale: #808080. Windows color (decimal): -3705598 or 161223. OLE color: 161223.
HSL color Cylindrical-coordinate representation of color #C77502: hue angle of 35.03º degrees, saturation: 0.98, 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 #C77502 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.22 |
| HSL | 35.03º | 0.98% | 0.39% | - |
| HSV(B) | 35.03º | 0.99% | 0.78% | - |
| XYZ | 29.93 | 24.87 | 3.28 | - |
| YUV | 128.41 | 56.67 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 2 | 0 | 0.41 | 0.99 | 0.22 | 35.03 | 0.98 | 0.39 |
| Hex | C7 | 75 | 2 | 0 | 29 | 63 | 16 | 23 | 62 | 27 |
| Octal | 307 | 165 | 2 | 0 | 51 | 143 | 26 | 43 | 142 | 47 |
| Binary | 11000111 | 1110101 | 10 | 0 | 101001 | 1100011 | 10110 | 100011 | 1100010 | 100111 |
Color Harmonies of #C77502
Complementary color
Monochromatic Colors of #C77502
Black with #C77502
Text Example
Text Example
White with #C77502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77502; }
p { color: rgb(199,117,2); }
H1.HeaderClassName
{
color: #C77502;
}
.AnyTagClassName
{
color: #C77502;
}
</style>
background-color css
<style>
a { background-color: #C77502; }
a { background-color: rgb(199,117,2); }
div.DivClassName
{
background-color: #C77502;
}
.BgClassName
{
background-color: #C77502;
}
</style>
border-color css
<style>
span { border-color: #C77502; }
span { border-color: rgb(199,117,2); }
td.TdClassName
{
border-color: #C77502;
}
.TagClassName
{
border-color: #C77502;
}
</style>