Shades of Dark Goldenrod #C4800D
Tints of Dark Goldenrod #C4800D
RGB
CMYK
RGB Variations
Color information
#C4800D (or 0xC4800D) is known color: Dark Goldenrod. HEX triplet: C4, 80 and 0D. RGB value is (196,128,13). Sum of RGB (Red+Green+Blue) = 196+128+13=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4800D is #3B7FF2. Grayscale: #878787. Windows color (decimal): -3899379 or 884932. OLE color: 884932.
HSL color Cylindrical-coordinate representation of color #C4800D: hue angle of 37.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4800D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.23 |
| HSL | 37.7º | 0.88% | 0.41% | - |
| HSV(B) | 37.7º | 0.93% | 0.77% | - |
| XYZ | 30.56 | 27.2 | 4.02 | - |
| YUV | 135.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 13 | 0 | 0.35 | 0.93 | 0.23 | 37.7 | 0.88 | 0.41 |
| Hex | C4 | 80 | D | 0 | 23 | 5D | 17 | 26 | 58 | 29 |
| Octal | 304 | 200 | 15 | 0 | 43 | 135 | 27 | 46 | 130 | 51 |
| Binary | 11000100 | 10000000 | 1101 | 0 | 100011 | 1011101 | 10111 | 100110 | 1011000 | 101001 |
Color Harmonies of #C4800D
Complementary color
Monochromatic Colors of #C4800D
Black with #C4800D
Text Example
Text Example
White with #C4800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4800D; }
p { color: rgb(196,128,13); }
H1.HeaderClassName
{
color: #C4800D;
}
.AnyTagClassName
{
color: #C4800D;
}
</style>
background-color css
<style>
a { background-color: #C4800D; }
a { background-color: rgb(196,128,13); }
div.DivClassName
{
background-color: #C4800D;
}
.BgClassName
{
background-color: #C4800D;
}
</style>
border-color css
<style>
span { border-color: #C4800D; }
span { border-color: rgb(196,128,13); }
td.TdClassName
{
border-color: #C4800D;
}
.TagClassName
{
border-color: #C4800D;
}
</style>