Shades of Dark Goldenrod #C77F03
Tints of Dark Goldenrod #C77F03
RGB
CMYK
RGB Variations
Color information
#C77F03 (or 0xC77F03) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 03. RGB value is (199,127,3). Sum of RGB (Red+Green+Blue) = 199+127+3=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F03 is #3880FC. Grayscale: #868686. Windows color (decimal): -3703037 or 229319. OLE color: 229319.
HSL color Cylindrical-coordinate representation of color #C77F03: hue angle of 37.96º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C77F03 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 3 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.22 |
| HSL | 37.96º | 0.97% | 0.4% | - |
| HSV(B) | 37.96º | 0.98% | 0.78% | - |
| XYZ | 31.16 | 27.33 | 3.72 | - |
| YUV | 134.39 | 53.85 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 3 | 0 | 0.36 | 0.98 | 0.22 | 37.96 | 0.97 | 0.4 |
| Hex | C7 | 7F | 3 | 0 | 24 | 62 | 16 | 26 | 61 | 28 |
| Octal | 307 | 177 | 3 | 0 | 44 | 142 | 26 | 46 | 141 | 50 |
| Binary | 11000111 | 1111111 | 11 | 0 | 100100 | 1100010 | 10110 | 100110 | 1100001 | 101000 |
Color Harmonies of #C77F03
Complementary color
Monochromatic Colors of #C77F03
Black with #C77F03
Text Example
Text Example
White with #C77F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F03; }
p { color: rgb(199,127,3); }
H1.HeaderClassName
{
color: #C77F03;
}
.AnyTagClassName
{
color: #C77F03;
}
</style>
background-color css
<style>
a { background-color: #C77F03; }
a { background-color: rgb(199,127,3); }
div.DivClassName
{
background-color: #C77F03;
}
.BgClassName
{
background-color: #C77F03;
}
</style>
border-color css
<style>
span { border-color: #C77F03; }
span { border-color: rgb(199,127,3); }
td.TdClassName
{
border-color: #C77F03;
}
.TagClassName
{
border-color: #C77F03;
}
</style>