Shades of Dark Goldenrod #C37B0F
Tints of Dark Goldenrod #C37B0F
RGB
CMYK
RGB Variations
Color information
#C37B0F (or 0xC37B0F) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 0F. RGB value is (195,123,15). Sum of RGB (Red+Green+Blue) = 195+123+15=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B0F is #3C84F0. Grayscale: #848484. Windows color (decimal): -3966193 or 1014723. OLE color: 1014723.
HSL color Cylindrical-coordinate representation of color #C37B0F: hue angle of 36º 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 #C37B0F is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 15 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.24 |
| HSL | 36º | 0.86% | 0.41% | - |
| HSV(B) | 36º | 0.92% | 0.76% | - |
| XYZ | 29.67 | 25.8 | 3.87 | - |
| YUV | 132.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 15 | 0 | 0.37 | 0.92 | 0.24 | 36 | 0.86 | 0.41 |
| Hex | C3 | 7B | F | 0 | 25 | 5C | 18 | 24 | 56 | 29 |
| Octal | 303 | 173 | 17 | 0 | 45 | 134 | 30 | 44 | 126 | 51 |
| Binary | 11000011 | 1111011 | 1111 | 0 | 100101 | 1011100 | 11000 | 100100 | 1010110 | 101001 |
Color Harmonies of #C37B0F
Complementary color
Monochromatic Colors of #C37B0F
Black with #C37B0F
Text Example
Text Example
White with #C37B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B0F; }
p { color: rgb(195,123,15); }
H1.HeaderClassName
{
color: #C37B0F;
}
.AnyTagClassName
{
color: #C37B0F;
}
</style>
background-color css
<style>
a { background-color: #C37B0F; }
a { background-color: rgb(195,123,15); }
div.DivClassName
{
background-color: #C37B0F;
}
.BgClassName
{
background-color: #C37B0F;
}
</style>
border-color css
<style>
span { border-color: #C37B0F; }
span { border-color: rgb(195,123,15); }
td.TdClassName
{
border-color: #C37B0F;
}
.TagClassName
{
border-color: #C37B0F;
}
</style>