Shades of Dark Goldenrod #C37F16
Tints of Dark Goldenrod #C37F16
RGB
CMYK
RGB Variations
Color information
#C37F16 (or 0xC37F16) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 16. RGB value is (195,127,22). Sum of RGB (Red+Green+Blue) = 195+127+22=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F16 is #3C80E9. Grayscale: #878787. Windows color (decimal): -3965162 or 1474499. OLE color: 1474499.
HSL color Cylindrical-coordinate representation of color #C37F16: hue angle of 36.42º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C37F16 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 22 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.24 |
| HSL | 36.42º | 0.8% | 0.43% | - |
| HSV(B) | 36.42º | 0.89% | 0.76% | - |
| XYZ | 30.24 | 26.84 | 4.35 | - |
| YUV | 135.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 22 | 0 | 0.35 | 0.89 | 0.24 | 36.42 | 0.8 | 0.43 |
| Hex | C3 | 7F | 16 | 0 | 23 | 59 | 18 | 24 | 50 | 2B |
| Octal | 303 | 177 | 26 | 0 | 43 | 131 | 30 | 44 | 120 | 53 |
| Binary | 11000011 | 1111111 | 10110 | 0 | 100011 | 1011001 | 11000 | 100100 | 1010000 | 101011 |
Color Harmonies of #C37F16
Complementary color
Monochromatic Colors of #C37F16
Black with #C37F16
Text Example
Text Example
White with #C37F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F16; }
p { color: rgb(195,127,22); }
H1.HeaderClassName
{
color: #C37F16;
}
.AnyTagClassName
{
color: #C37F16;
}
</style>
background-color css
<style>
a { background-color: #C37F16; }
a { background-color: rgb(195,127,22); }
div.DivClassName
{
background-color: #C37F16;
}
.BgClassName
{
background-color: #C37F16;
}
</style>
border-color css
<style>
span { border-color: #C37F16; }
span { border-color: rgb(195,127,22); }
td.TdClassName
{
border-color: #C37F16;
}
.TagClassName
{
border-color: #C37F16;
}
</style>