Shades of Dark Goldenrod #C3780F
Tints of Dark Goldenrod #C3780F
RGB
CMYK
RGB Variations
Color information
#C3780F (or 0xC3780F) is known color: Dark Goldenrod. HEX triplet: C3, 78 and 0F. RGB value is (195,120,15). Sum of RGB (Red+Green+Blue) = 195+120+15=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C3780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3780F is #3C87F0. Grayscale: #828282. Windows color (decimal): -3966961 or 1013955. OLE color: 1013955.
HSL color Cylindrical-coordinate representation of color #C3780F: hue angle of 35º 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 #C3780F is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 15 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.24 |
| HSL | 35º | 0.86% | 0.41% | - |
| HSV(B) | 35º | 0.92% | 0.76% | - |
| XYZ | 29.31 | 25.07 | 3.75 | - |
| YUV | 130.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 15 | 0 | 0.38 | 0.92 | 0.24 | 35 | 0.86 | 0.41 |
| Hex | C3 | 78 | F | 0 | 26 | 5C | 18 | 23 | 56 | 29 |
| Octal | 303 | 170 | 17 | 0 | 46 | 134 | 30 | 43 | 126 | 51 |
| Binary | 11000011 | 1111000 | 1111 | 0 | 100110 | 1011100 | 11000 | 100011 | 1010110 | 101001 |
Color Harmonies of #C3780F
Complementary color
Monochromatic Colors of #C3780F
Black with #C3780F
Text Example
Text Example
White with #C3780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3780F; }
p { color: rgb(195,120,15); }
H1.HeaderClassName
{
color: #C3780F;
}
.AnyTagClassName
{
color: #C3780F;
}
</style>
background-color css
<style>
a { background-color: #C3780F; }
a { background-color: rgb(195,120,15); }
div.DivClassName
{
background-color: #C3780F;
}
.BgClassName
{
background-color: #C3780F;
}
</style>
border-color css
<style>
span { border-color: #C3780F; }
span { border-color: rgb(195,120,15); }
td.TdClassName
{
border-color: #C3780F;
}
.TagClassName
{
border-color: #C3780F;
}
</style>