Shades of Dark Goldenrod #C07F0F
Tints of Dark Goldenrod #C07F0F
RGB
CMYK
RGB Variations
Color information
#C07F0F (or 0xC07F0F) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 0F. RGB value is (192,127,15). Sum of RGB (Red+Green+Blue) = 192+127+15=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F0F is #3F80F0. Grayscale: #868686. Windows color (decimal): -4161777 or 1015744. OLE color: 1015744.
HSL color Cylindrical-coordinate representation of color #C07F0F: hue angle of 37.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C07F0F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 15 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.25 |
| HSL | 37.97º | 0.86% | 0.41% | - |
| HSV(B) | 37.97º | 0.92% | 0.75% | - |
| XYZ | 29.41 | 26.42 | 4 | - |
| YUV | 133.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 15 | 0 | 0.34 | 0.92 | 0.25 | 37.97 | 0.86 | 0.41 |
| Hex | C0 | 7F | F | 0 | 22 | 5C | 19 | 26 | 56 | 29 |
| Octal | 300 | 177 | 17 | 0 | 42 | 134 | 31 | 46 | 126 | 51 |
| Binary | 11000000 | 1111111 | 1111 | 0 | 100010 | 1011100 | 11001 | 100110 | 1010110 | 101001 |
Color Harmonies of #C07F0F
Complementary color
Monochromatic Colors of #C07F0F
Black with #C07F0F
Text Example
Text Example
White with #C07F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F0F; }
p { color: rgb(192,127,15); }
H1.HeaderClassName
{
color: #C07F0F;
}
.AnyTagClassName
{
color: #C07F0F;
}
</style>
background-color css
<style>
a { background-color: #C07F0F; }
a { background-color: rgb(192,127,15); }
div.DivClassName
{
background-color: #C07F0F;
}
.BgClassName
{
background-color: #C07F0F;
}
</style>
border-color css
<style>
span { border-color: #C07F0F; }
span { border-color: rgb(192,127,15); }
td.TdClassName
{
border-color: #C07F0F;
}
.TagClassName
{
border-color: #C07F0F;
}
</style>