Shades of Dark Goldenrod #C0740F
Tints of Dark Goldenrod #C0740F
RGB
CMYK
RGB Variations
Color information
#C0740F (or 0xC0740F) is known color: Dark Goldenrod. HEX triplet: C0, 74 and 0F. RGB value is (192,116,15). Sum of RGB (Red+Green+Blue) = 192+116+15=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0740F is #3F8BF0. Grayscale: #7F7F7F. Windows color (decimal): -4164593 or 1012928. OLE color: 1012928.
HSL color Cylindrical-coordinate representation of color #C0740F: hue angle of 34.24º 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 #C0740F is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 15 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.25 |
| HSL | 34.24º | 0.86% | 0.41% | - |
| HSV(B) | 34.24º | 0.92% | 0.75% | - |
| XYZ | 28.07 | 23.73 | 3.55 | - |
| YUV | 127.21 | 64.68 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 15 | 0 | 0.40 | 0.92 | 0.25 | 34.24 | 0.86 | 0.41 |
| Hex | C0 | 74 | F | 0 | 28 | 5C | 19 | 22 | 56 | 29 |
| Octal | 300 | 164 | 17 | 0 | 50 | 134 | 31 | 42 | 126 | 51 |
| Binary | 11000000 | 1110100 | 1111 | 0 | 101000 | 1011100 | 11001 | 100010 | 1010110 | 101001 |
Color Harmonies of #C0740F
Complementary color
Monochromatic Colors of #C0740F
Black with #C0740F
Text Example
Text Example
White with #C0740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0740F; }
p { color: rgb(192,116,15); }
H1.HeaderClassName
{
color: #C0740F;
}
.AnyTagClassName
{
color: #C0740F;
}
</style>
background-color css
<style>
a { background-color: #C0740F; }
a { background-color: rgb(192,116,15); }
div.DivClassName
{
background-color: #C0740F;
}
.BgClassName
{
background-color: #C0740F;
}
</style>
border-color css
<style>
span { border-color: #C0740F; }
span { border-color: rgb(192,116,15); }
td.TdClassName
{
border-color: #C0740F;
}
.TagClassName
{
border-color: #C0740F;
}
</style>