Shades of Dark Goldenrod #C88D16
Tints of Dark Goldenrod #C88D16
RGB
CMYK
RGB Variations
Color information
#C88D16 (or 0xC88D16) is known color: Dark Goldenrod. HEX triplet: C8, 8D and 16. RGB value is (200,141,22). Sum of RGB (Red+Green+Blue) = 200+141+22=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88D16 is #3772E9. Grayscale: #919191. Windows color (decimal): -3633898 or 1478088. OLE color: 1478088.
HSL color Cylindrical-coordinate representation of color #C88D16: hue angle of 40.11º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C88D16 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 22 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.22 |
| HSL | 40.11º | 0.8% | 0.44% | - |
| HSV(B) | 40.11º | 0.89% | 0.78% | - |
| XYZ | 33.49 | 31.39 | 5.05 | - |
| YUV | 145.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 22 | 0 | 0.29 | 0.89 | 0.22 | 40.11 | 0.8 | 0.44 |
| Hex | C8 | 8D | 16 | 0 | 1D | 59 | 16 | 28 | 50 | 2C |
| Octal | 310 | 215 | 26 | 0 | 35 | 131 | 26 | 50 | 120 | 54 |
| Binary | 11001000 | 10001101 | 10110 | 0 | 11101 | 1011001 | 10110 | 101000 | 1010000 | 101100 |
Color Harmonies of #C88D16
Complementary color
Monochromatic Colors of #C88D16
Black with #C88D16
Text Example
Text Example
White with #C88D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D16; }
p { color: rgb(200,141,22); }
H1.HeaderClassName
{
color: #C88D16;
}
.AnyTagClassName
{
color: #C88D16;
}
</style>
background-color css
<style>
a { background-color: #C88D16; }
a { background-color: rgb(200,141,22); }
div.DivClassName
{
background-color: #C88D16;
}
.BgClassName
{
background-color: #C88D16;
}
</style>
border-color css
<style>
span { border-color: #C88D16; }
span { border-color: rgb(200,141,22); }
td.TdClassName
{
border-color: #C88D16;
}
.TagClassName
{
border-color: #C88D16;
}
</style>