Shades of Dark Goldenrod #C88D11
Tints of Dark Goldenrod #C88D11
RGB
CMYK
RGB Variations
Color information
#C88D11 (or 0xC88D11) is known color: Dark Goldenrod. HEX triplet: C8, 8D and 11. RGB value is (200,141,17). Sum of RGB (Red+Green+Blue) = 200+141+17=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88D11 is #3772EE. Grayscale: #919191. Windows color (decimal): -3633903 or 1150408. OLE color: 1150408.
HSL color Cylindrical-coordinate representation of color #C88D11: hue angle of 40.66º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C88D11 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.22 |
| HSL | 40.66º | 0.84% | 0.43% | - |
| HSV(B) | 40.66º | 0.92% | 0.78% | - |
| XYZ | 33.45 | 31.37 | 4.82 | - |
| YUV | 144.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 17 | 0 | 0.29 | 0.92 | 0.22 | 40.66 | 0.84 | 0.43 |
| Hex | C8 | 8D | 11 | 0 | 1D | 5C | 16 | 29 | 54 | 2B |
| Octal | 310 | 215 | 21 | 0 | 35 | 134 | 26 | 51 | 124 | 53 |
| Binary | 11001000 | 10001101 | 10001 | 0 | 11101 | 1011100 | 10110 | 101001 | 1010100 | 101011 |
Color Harmonies of #C88D11
Complementary color
Monochromatic Colors of #C88D11
Black with #C88D11
Text Example
Text Example
White with #C88D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D11; }
p { color: rgb(200,141,17); }
H1.HeaderClassName
{
color: #C88D11;
}
.AnyTagClassName
{
color: #C88D11;
}
</style>
background-color css
<style>
a { background-color: #C88D11; }
a { background-color: rgb(200,141,17); }
div.DivClassName
{
background-color: #C88D11;
}
.BgClassName
{
background-color: #C88D11;
}
</style>
border-color css
<style>
span { border-color: #C88D11; }
span { border-color: rgb(200,141,17); }
td.TdClassName
{
border-color: #C88D11;
}
.TagClassName
{
border-color: #C88D11;
}
</style>