Shades of Dark Goldenrod #C4870D
Tints of Dark Goldenrod #C4870D
RGB
CMYK
RGB Variations
Color information
#C4870D (or 0xC4870D) is known color: Dark Goldenrod. HEX triplet: C4, 87 and 0D. RGB value is (196,135,13). Sum of RGB (Red+Green+Blue) = 196+135+13=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4870D is #3B78F2. Grayscale: #8B8B8B. Windows color (decimal): -3897587 or 886724. OLE color: 886724.
HSL color Cylindrical-coordinate representation of color #C4870D: hue angle of 40º 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 #C4870D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 13 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.23 |
| HSL | 40º | 0.88% | 0.41% | - |
| HSV(B) | 40º | 0.93% | 0.77% | - |
| XYZ | 31.5 | 29.09 | 4.34 | - |
| YUV | 139.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 13 | 0 | 0.31 | 0.93 | 0.23 | 40 | 0.88 | 0.41 |
| Hex | C4 | 87 | D | 0 | 1F | 5D | 17 | 28 | 58 | 29 |
| Octal | 304 | 207 | 15 | 0 | 37 | 135 | 27 | 50 | 130 | 51 |
| Binary | 11000100 | 10000111 | 1101 | 0 | 11111 | 1011101 | 10111 | 101000 | 1011000 | 101001 |
Color Harmonies of #C4870D
Complementary color
Monochromatic Colors of #C4870D
Black with #C4870D
Text Example
Text Example
White with #C4870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4870D; }
p { color: rgb(196,135,13); }
H1.HeaderClassName
{
color: #C4870D;
}
.AnyTagClassName
{
color: #C4870D;
}
</style>
background-color css
<style>
a { background-color: #C4870D; }
a { background-color: rgb(196,135,13); }
div.DivClassName
{
background-color: #C4870D;
}
.BgClassName
{
background-color: #C4870D;
}
</style>
border-color css
<style>
span { border-color: #C4870D; }
span { border-color: rgb(196,135,13); }
td.TdClassName
{
border-color: #C4870D;
}
.TagClassName
{
border-color: #C4870D;
}
</style>