Shades of Dark Goldenrod #C1790F
Tints of Dark Goldenrod #C1790F
RGB
CMYK
RGB Variations
Color information
#C1790F (or 0xC1790F) is known color: Dark Goldenrod. HEX triplet: C1, 79 and 0F. RGB value is (193,121,15). Sum of RGB (Red+Green+Blue) = 193+121+15=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C1790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1790F is #3E86F0. Grayscale: #828282. Windows color (decimal): -4097777 or 1014209. OLE color: 1014209.
HSL color Cylindrical-coordinate representation of color #C1790F: hue angle of 35.73º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1790F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.24 |
| HSL | 35.73º | 0.86% | 0.41% | - |
| HSV(B) | 35.73º | 0.92% | 0.76% | - |
| XYZ | 28.92 | 25.05 | 3.76 | - |
| YUV | 130.44 | 62.85 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 15 | 0 | 0.37 | 0.92 | 0.24 | 35.73 | 0.86 | 0.41 |
| Hex | C1 | 79 | F | 0 | 25 | 5C | 18 | 24 | 56 | 29 |
| Octal | 301 | 171 | 17 | 0 | 45 | 134 | 30 | 44 | 126 | 51 |
| Binary | 11000001 | 1111001 | 1111 | 0 | 100101 | 1011100 | 11000 | 100100 | 1010110 | 101001 |
Color Harmonies of #C1790F
Complementary color
Monochromatic Colors of #C1790F
Black with #C1790F
Text Example
Text Example
White with #C1790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1790F; }
p { color: rgb(193,121,15); }
H1.HeaderClassName
{
color: #C1790F;
}
.AnyTagClassName
{
color: #C1790F;
}
</style>
background-color css
<style>
a { background-color: #C1790F; }
a { background-color: rgb(193,121,15); }
div.DivClassName
{
background-color: #C1790F;
}
.BgClassName
{
background-color: #C1790F;
}
</style>
border-color css
<style>
span { border-color: #C1790F; }
span { border-color: rgb(193,121,15); }
td.TdClassName
{
border-color: #C1790F;
}
.TagClassName
{
border-color: #C1790F;
}
</style>