Shades of Dark Goldenrod #C88D0F
Tints of Dark Goldenrod #C88D0F
RGB
CMYK
RGB Variations
Color information
#C88D0F (or 0xC88D0F) is known color: Dark Goldenrod. HEX triplet: C8, 8D and 0F. RGB value is (200,141,15). Sum of RGB (Red+Green+Blue) = 200+141+15=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88D0F is #3772F0. Grayscale: #909090. Windows color (decimal): -3633905 or 1019336. OLE color: 1019336.
HSL color Cylindrical-coordinate representation of color #C88D0F: hue angle of 40.86º degrees, saturation: 0.86, 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 #C88D0F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.22 |
| HSL | 40.86º | 0.86% | 0.42% | - |
| HSV(B) | 40.86º | 0.93% | 0.78% | - |
| XYZ | 33.43 | 31.36 | 4.74 | - |
| YUV | 144.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 15 | 0 | 0.29 | 0.92 | 0.22 | 40.86 | 0.86 | 0.42 |
| Hex | C8 | 8D | F | 0 | 1D | 5C | 16 | 29 | 56 | 2A |
| Octal | 310 | 215 | 17 | 0 | 35 | 134 | 26 | 51 | 126 | 52 |
| Binary | 11001000 | 10001101 | 1111 | 0 | 11101 | 1011100 | 10110 | 101001 | 1010110 | 101010 |
Color Harmonies of #C88D0F
Complementary color
Monochromatic Colors of #C88D0F
Black with #C88D0F
Text Example
Text Example
White with #C88D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D0F; }
p { color: rgb(200,141,15); }
H1.HeaderClassName
{
color: #C88D0F;
}
.AnyTagClassName
{
color: #C88D0F;
}
</style>
background-color css
<style>
a { background-color: #C88D0F; }
a { background-color: rgb(200,141,15); }
div.DivClassName
{
background-color: #C88D0F;
}
.BgClassName
{
background-color: #C88D0F;
}
</style>
border-color css
<style>
span { border-color: #C88D0F; }
span { border-color: rgb(200,141,15); }
td.TdClassName
{
border-color: #C88D0F;
}
.TagClassName
{
border-color: #C88D0F;
}
</style>