Shades of Dark Goldenrod #C28D18
Tints of Dark Goldenrod #C28D18
RGB
CMYK
RGB Variations
Color information
#C28D18 (or 0xC28D18) is known color: Dark Goldenrod. HEX triplet: C2, 8D and 18. RGB value is (194,141,24). Sum of RGB (Red+Green+Blue) = 194+141+24=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28D18 is #3D72E7. Grayscale: #909090. Windows color (decimal): -4027112 or 1609154. OLE color: 1609154.
HSL color Cylindrical-coordinate representation of color #C28D18: hue angle of 41.29º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C28D18 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 24 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.24 |
| HSL | 41.29º | 0.78% | 0.43% | - |
| HSV(B) | 41.29º | 0.88% | 0.76% | - |
| XYZ | 31.94 | 30.59 | 5.08 | - |
| YUV | 143.51 | 60.56 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 24 | 0 | 0.27 | 0.88 | 0.24 | 41.29 | 0.78 | 0.43 |
| Hex | C2 | 8D | 18 | 0 | 1B | 58 | 18 | 29 | 4E | 2B |
| Octal | 302 | 215 | 30 | 0 | 33 | 130 | 30 | 51 | 116 | 53 |
| Binary | 11000010 | 10001101 | 11000 | 0 | 11011 | 1011000 | 11000 | 101001 | 1001110 | 101011 |
Color Harmonies of #C28D18
Complementary color
Monochromatic Colors of #C28D18
Black with #C28D18
Text Example
Text Example
White with #C28D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D18; }
p { color: rgb(194,141,24); }
H1.HeaderClassName
{
color: #C28D18;
}
.AnyTagClassName
{
color: #C28D18;
}
</style>
background-color css
<style>
a { background-color: #C28D18; }
a { background-color: rgb(194,141,24); }
div.DivClassName
{
background-color: #C28D18;
}
.BgClassName
{
background-color: #C28D18;
}
</style>
border-color css
<style>
span { border-color: #C28D18; }
span { border-color: rgb(194,141,24); }
td.TdClassName
{
border-color: #C28D18;
}
.TagClassName
{
border-color: #C28D18;
}
</style>