Shades of Dark Goldenrod #C7810D
Tints of Dark Goldenrod #C7810D
RGB
CMYK
RGB Variations
Color information
#C7810D (or 0xC7810D) is known color: Dark Goldenrod. HEX triplet: C7, 81 and 0D. RGB value is (199,129,13). Sum of RGB (Red+Green+Blue) = 199+129+13=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7810D is #387EF2. Grayscale: #898989. Windows color (decimal): -3702515 or 885191. OLE color: 885191.
HSL color Cylindrical-coordinate representation of color #C7810D: hue angle of 37.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7810D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.22 |
| HSL | 37.42º | 0.88% | 0.42% | - |
| HSV(B) | 37.42º | 0.93% | 0.78% | - |
| XYZ | 31.48 | 27.87 | 4.1 | - |
| YUV | 136.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 13 | 0 | 0.35 | 0.93 | 0.22 | 37.42 | 0.88 | 0.42 |
| Hex | C7 | 81 | D | 0 | 23 | 5D | 16 | 25 | 58 | 2A |
| Octal | 307 | 201 | 15 | 0 | 43 | 135 | 26 | 45 | 130 | 52 |
| Binary | 11000111 | 10000001 | 1101 | 0 | 100011 | 1011101 | 10110 | 100101 | 1011000 | 101010 |
Color Harmonies of #C7810D
Complementary color
Monochromatic Colors of #C7810D
Black with #C7810D
Text Example
Text Example
White with #C7810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7810D; }
p { color: rgb(199,129,13); }
H1.HeaderClassName
{
color: #C7810D;
}
.AnyTagClassName
{
color: #C7810D;
}
</style>
background-color css
<style>
a { background-color: #C7810D; }
a { background-color: rgb(199,129,13); }
div.DivClassName
{
background-color: #C7810D;
}
.BgClassName
{
background-color: #C7810D;
}
</style>
border-color css
<style>
span { border-color: #C7810D; }
span { border-color: rgb(199,129,13); }
td.TdClassName
{
border-color: #C7810D;
}
.TagClassName
{
border-color: #C7810D;
}
</style>