Shades of Dark Goldenrod #C77F02
Tints of Dark Goldenrod #C77F02
RGB
CMYK
RGB Variations
Color information
#C77F02 (or 0xC77F02) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 02. RGB value is (199,127,2). Sum of RGB (Red+Green+Blue) = 199+127+2=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F02 is #3880FD. Grayscale: #868686. Windows color (decimal): -3703038 or 163783. OLE color: 163783.
HSL color Cylindrical-coordinate representation of color #C77F02: hue angle of 38.07º 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 #C77F02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.22 |
| HSL | 38.07º | 0.98% | 0.39% | - |
| HSV(B) | 38.07º | 0.99% | 0.78% | - |
| XYZ | 31.15 | 27.33 | 3.69 | - |
| YUV | 134.28 | 53.35 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 2 | 0 | 0.36 | 0.99 | 0.22 | 38.07 | 0.98 | 0.39 |
| Hex | C7 | 7F | 2 | 0 | 24 | 63 | 16 | 26 | 62 | 27 |
| Octal | 307 | 177 | 2 | 0 | 44 | 143 | 26 | 46 | 142 | 47 |
| Binary | 11000111 | 1111111 | 10 | 0 | 100100 | 1100011 | 10110 | 100110 | 1100010 | 100111 |
Color Harmonies of #C77F02
Complementary color
Monochromatic Colors of #C77F02
Black with #C77F02
Text Example
Text Example
White with #C77F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F02; }
p { color: rgb(199,127,2); }
H1.HeaderClassName
{
color: #C77F02;
}
.AnyTagClassName
{
color: #C77F02;
}
</style>
background-color css
<style>
a { background-color: #C77F02; }
a { background-color: rgb(199,127,2); }
div.DivClassName
{
background-color: #C77F02;
}
.BgClassName
{
background-color: #C77F02;
}
</style>
border-color css
<style>
span { border-color: #C77F02; }
span { border-color: rgb(199,127,2); }
td.TdClassName
{
border-color: #C77F02;
}
.TagClassName
{
border-color: #C77F02;
}
</style>