Shades of Dark Goldenrod #C37D0F
Tints of Dark Goldenrod #C37D0F
RGB
CMYK
RGB Variations
Color information
#C37D0F (or 0xC37D0F) is known color: Dark Goldenrod. HEX triplet: C3, 7D and 0F. RGB value is (195,125,15). Sum of RGB (Red+Green+Blue) = 195+125+15=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37D0F is #3C82F0. Grayscale: #858585. Windows color (decimal): -3965681 or 1015235. OLE color: 1015235.
HSL color Cylindrical-coordinate representation of color #C37D0F: hue angle of 36.67º 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 #C37D0F is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 15 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.24 |
| HSL | 36.67º | 0.86% | 0.41% | - |
| HSV(B) | 36.67º | 0.92% | 0.76% | - |
| XYZ | 29.93 | 26.3 | 3.95 | - |
| YUV | 133.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 15 | 0 | 0.36 | 0.92 | 0.24 | 36.67 | 0.86 | 0.41 |
| Hex | C3 | 7D | F | 0 | 24 | 5C | 18 | 25 | 56 | 29 |
| Octal | 303 | 175 | 17 | 0 | 44 | 134 | 30 | 45 | 126 | 51 |
| Binary | 11000011 | 1111101 | 1111 | 0 | 100100 | 1011100 | 11000 | 100101 | 1010110 | 101001 |
Color Harmonies of #C37D0F
Complementary color
Monochromatic Colors of #C37D0F
Black with #C37D0F
Text Example
Text Example
White with #C37D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D0F; }
p { color: rgb(195,125,15); }
H1.HeaderClassName
{
color: #C37D0F;
}
.AnyTagClassName
{
color: #C37D0F;
}
</style>
background-color css
<style>
a { background-color: #C37D0F; }
a { background-color: rgb(195,125,15); }
div.DivClassName
{
background-color: #C37D0F;
}
.BgClassName
{
background-color: #C37D0F;
}
</style>
border-color css
<style>
span { border-color: #C37D0F; }
span { border-color: rgb(195,125,15); }
td.TdClassName
{
border-color: #C37D0F;
}
.TagClassName
{
border-color: #C37D0F;
}
</style>