Shades of Dark Goldenrod #C4810F
Tints of Dark Goldenrod #C4810F
RGB
CMYK
RGB Variations
Color information
#C4810F (or 0xC4810F) is known color: Dark Goldenrod. HEX triplet: C4, 81 and 0F. RGB value is (196,129,15). Sum of RGB (Red+Green+Blue) = 196+129+15=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4810F is #3B7EF0. Grayscale: #888888. Windows color (decimal): -3899121 or 1016260. OLE color: 1016260.
HSL color Cylindrical-coordinate representation of color #C4810F: hue angle of 37.79º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4810F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 15 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.23 |
| HSL | 37.79º | 0.86% | 0.41% | - |
| HSV(B) | 37.79º | 0.92% | 0.77% | - |
| XYZ | 30.7 | 27.47 | 4.14 | - |
| YUV | 136.04 | 59.7 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 15 | 0 | 0.34 | 0.92 | 0.23 | 37.79 | 0.86 | 0.41 |
| Hex | C4 | 81 | F | 0 | 22 | 5C | 17 | 26 | 56 | 29 |
| Octal | 304 | 201 | 17 | 0 | 42 | 134 | 27 | 46 | 126 | 51 |
| Binary | 11000100 | 10000001 | 1111 | 0 | 100010 | 1011100 | 10111 | 100110 | 1010110 | 101001 |
Color Harmonies of #C4810F
Complementary color
Monochromatic Colors of #C4810F
Black with #C4810F
Text Example
Text Example
White with #C4810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4810F; }
p { color: rgb(196,129,15); }
H1.HeaderClassName
{
color: #C4810F;
}
.AnyTagClassName
{
color: #C4810F;
}
</style>
background-color css
<style>
a { background-color: #C4810F; }
a { background-color: rgb(196,129,15); }
div.DivClassName
{
background-color: #C4810F;
}
.BgClassName
{
background-color: #C4810F;
}
</style>
border-color css
<style>
span { border-color: #C4810F; }
span { border-color: rgb(196,129,15); }
td.TdClassName
{
border-color: #C4810F;
}
.TagClassName
{
border-color: #C4810F;
}
</style>