Shades of Dark Goldenrod #C3790F
Tints of Dark Goldenrod #C3790F
RGB
CMYK
RGB Variations
Color information
#C3790F (or 0xC3790F) is known color: Dark Goldenrod. HEX triplet: C3, 79 and 0F. RGB value is (195,121,15). Sum of RGB (Red+Green+Blue) = 195+121+15=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C3790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3790F is #3C86F0. Grayscale: #838383. Windows color (decimal): -3966705 or 1014211. OLE color: 1014211.
HSL color Cylindrical-coordinate representation of color #C3790F: hue angle of 35.33º 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 #C3790F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.24 |
| HSL | 35.33º | 0.86% | 0.41% | - |
| HSV(B) | 35.33º | 0.92% | 0.76% | - |
| XYZ | 29.43 | 25.31 | 3.79 | - |
| YUV | 131.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 15 | 0 | 0.38 | 0.92 | 0.24 | 35.33 | 0.86 | 0.41 |
| Hex | C3 | 79 | F | 0 | 26 | 5C | 18 | 23 | 56 | 29 |
| Octal | 303 | 171 | 17 | 0 | 46 | 134 | 30 | 43 | 126 | 51 |
| Binary | 11000011 | 1111001 | 1111 | 0 | 100110 | 1011100 | 11000 | 100011 | 1010110 | 101001 |
Color Harmonies of #C3790F
Complementary color
Monochromatic Colors of #C3790F
Black with #C3790F
Text Example
Text Example
White with #C3790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3790F; }
p { color: rgb(195,121,15); }
H1.HeaderClassName
{
color: #C3790F;
}
.AnyTagClassName
{
color: #C3790F;
}
</style>
background-color css
<style>
a { background-color: #C3790F; }
a { background-color: rgb(195,121,15); }
div.DivClassName
{
background-color: #C3790F;
}
.BgClassName
{
background-color: #C3790F;
}
</style>
border-color css
<style>
span { border-color: #C3790F; }
span { border-color: rgb(195,121,15); }
td.TdClassName
{
border-color: #C3790F;
}
.TagClassName
{
border-color: #C3790F;
}
</style>