Shades of Dark Goldenrod #C4800F
Tints of Dark Goldenrod #C4800F
RGB
CMYK
RGB Variations
Color information
#C4800F (or 0xC4800F) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 0F. RGB value is (196,128,15). Sum of RGB (Red+Green+Blue) = 196+128+15=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4800F is #3B7FF0. Grayscale: #878787. Windows color (decimal): -3899377 or 1016004. OLE color: 1016004.
HSL color Cylindrical-coordinate representation of color #C4800F: hue angle of 37.46º 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 #C4800F is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 15 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.23 |
| HSL | 37.46º | 0.86% | 0.41% | - |
| HSV(B) | 37.46º | 0.92% | 0.77% | - |
| XYZ | 30.57 | 27.21 | 4.09 | - |
| YUV | 135.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 15 | 0 | 0.35 | 0.92 | 0.23 | 37.46 | 0.86 | 0.41 |
| Hex | C4 | 80 | F | 0 | 23 | 5C | 17 | 25 | 56 | 29 |
| Octal | 304 | 200 | 17 | 0 | 43 | 134 | 27 | 45 | 126 | 51 |
| Binary | 11000100 | 10000000 | 1111 | 0 | 100011 | 1011100 | 10111 | 100101 | 1010110 | 101001 |
Color Harmonies of #C4800F
Complementary color
Monochromatic Colors of #C4800F
Black with #C4800F
Text Example
Text Example
White with #C4800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4800F; }
p { color: rgb(196,128,15); }
H1.HeaderClassName
{
color: #C4800F;
}
.AnyTagClassName
{
color: #C4800F;
}
</style>
background-color css
<style>
a { background-color: #C4800F; }
a { background-color: rgb(196,128,15); }
div.DivClassName
{
background-color: #C4800F;
}
.BgClassName
{
background-color: #C4800F;
}
</style>
border-color css
<style>
span { border-color: #C4800F; }
span { border-color: rgb(196,128,15); }
td.TdClassName
{
border-color: #C4800F;
}
.TagClassName
{
border-color: #C4800F;
}
</style>