Shades of Dark Goldenrod #C28D10
Tints of Dark Goldenrod #C28D10
RGB
CMYK
RGB Variations
Color information
#C28D10 (or 0xC28D10) is known color: Dark Goldenrod. HEX triplet: C2, 8D and 10. RGB value is (194,141,16). Sum of RGB (Red+Green+Blue) = 194+141+16=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28D10 is #3D72EF. Grayscale: #8F8F8F. Windows color (decimal): -4027120 or 1084866. OLE color: 1084866.
HSL color Cylindrical-coordinate representation of color #C28D10: hue angle of 42.13º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C28D10 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 16 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.24 |
| HSL | 42.13º | 0.85% | 0.41% | - |
| HSV(B) | 42.13º | 0.92% | 0.76% | - |
| XYZ | 31.87 | 30.56 | 4.71 | - |
| YUV | 142.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 16 | 0 | 0.27 | 0.92 | 0.24 | 42.13 | 0.85 | 0.41 |
| Hex | C2 | 8D | 10 | 0 | 1B | 5C | 18 | 2A | 55 | 29 |
| Octal | 302 | 215 | 20 | 0 | 33 | 134 | 30 | 52 | 125 | 51 |
| Binary | 11000010 | 10001101 | 10000 | 0 | 11011 | 1011100 | 11000 | 101010 | 1010101 | 101001 |
Color Harmonies of #C28D10
Complementary color
Monochromatic Colors of #C28D10
Black with #C28D10
Text Example
Text Example
White with #C28D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D10; }
p { color: rgb(194,141,16); }
H1.HeaderClassName
{
color: #C28D10;
}
.AnyTagClassName
{
color: #C28D10;
}
</style>
background-color css
<style>
a { background-color: #C28D10; }
a { background-color: rgb(194,141,16); }
div.DivClassName
{
background-color: #C28D10;
}
.BgClassName
{
background-color: #C28D10;
}
</style>
border-color css
<style>
span { border-color: #C28D10; }
span { border-color: rgb(194,141,16); }
td.TdClassName
{
border-color: #C28D10;
}
.TagClassName
{
border-color: #C28D10;
}
</style>