Shades of Dark Goldenrod #C28C18
Tints of Dark Goldenrod #C28C18
RGB
CMYK
RGB Variations
Color information
#C28C18 (or 0xC28C18) is known color: Dark Goldenrod. HEX triplet: C2, 8C and 18. RGB value is (194,140,24). Sum of RGB (Red+Green+Blue) = 194+140+24=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C18 is #3D73E7. Grayscale: #8F8F8F. Windows color (decimal): -4027368 or 1608898. OLE color: 1608898.
HSL color Cylindrical-coordinate representation of color #C28C18: hue angle of 40.94º 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 #C28C18 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 24 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.24 |
| HSL | 40.94º | 0.78% | 0.43% | - |
| HSV(B) | 40.94º | 0.88% | 0.76% | - |
| XYZ | 31.79 | 30.29 | 5.04 | - |
| YUV | 142.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 24 | 0 | 0.28 | 0.88 | 0.24 | 40.94 | 0.78 | 0.43 |
| Hex | C2 | 8C | 18 | 0 | 1C | 58 | 18 | 29 | 4E | 2B |
| Octal | 302 | 214 | 30 | 0 | 34 | 130 | 30 | 51 | 116 | 53 |
| Binary | 11000010 | 10001100 | 11000 | 0 | 11100 | 1011000 | 11000 | 101001 | 1001110 | 101011 |
Color Harmonies of #C28C18
Complementary color
Monochromatic Colors of #C28C18
Black with #C28C18
Text Example
Text Example
White with #C28C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C18; }
p { color: rgb(194,140,24); }
H1.HeaderClassName
{
color: #C28C18;
}
.AnyTagClassName
{
color: #C28C18;
}
</style>
background-color css
<style>
a { background-color: #C28C18; }
a { background-color: rgb(194,140,24); }
div.DivClassName
{
background-color: #C28C18;
}
.BgClassName
{
background-color: #C28C18;
}
</style>
border-color css
<style>
span { border-color: #C28C18; }
span { border-color: rgb(194,140,24); }
td.TdClassName
{
border-color: #C28C18;
}
.TagClassName
{
border-color: #C28C18;
}
</style>