Shades of Dark Goldenrod #C28E0F
Tints of Dark Goldenrod #C28E0F
RGB
CMYK
RGB Variations
Color information
#C28E0F (or 0xC28E0F) is known color: Dark Goldenrod. HEX triplet: C2, 8E and 0F. RGB value is (194,142,15). Sum of RGB (Red+Green+Blue) = 194+142+15=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28E0F is #3D71F0. Grayscale: #8F8F8F. Windows color (decimal): -4026865 or 1019586. OLE color: 1019586.
HSL color Cylindrical-coordinate representation of color #C28E0F: hue angle of 42.57º degrees, saturation: 0.86, 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 #C28E0F is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 15 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.24 |
| HSL | 42.57º | 0.86% | 0.41% | - |
| HSV(B) | 42.57º | 0.92% | 0.76% | - |
| XYZ | 32.01 | 30.85 | 4.72 | - |
| YUV | 143.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 15 | 0 | 0.27 | 0.92 | 0.24 | 42.57 | 0.86 | 0.41 |
| Hex | C2 | 8E | F | 0 | 1B | 5C | 18 | 2B | 56 | 29 |
| Octal | 302 | 216 | 17 | 0 | 33 | 134 | 30 | 53 | 126 | 51 |
| Binary | 11000010 | 10001110 | 1111 | 0 | 11011 | 1011100 | 11000 | 101011 | 1010110 | 101001 |
Color Harmonies of #C28E0F
Complementary color
Monochromatic Colors of #C28E0F
Black with #C28E0F
Text Example
Text Example
White with #C28E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E0F; }
p { color: rgb(194,142,15); }
H1.HeaderClassName
{
color: #C28E0F;
}
.AnyTagClassName
{
color: #C28E0F;
}
</style>
background-color css
<style>
a { background-color: #C28E0F; }
a { background-color: rgb(194,142,15); }
div.DivClassName
{
background-color: #C28E0F;
}
.BgClassName
{
background-color: #C28E0F;
}
</style>
border-color css
<style>
span { border-color: #C28E0F; }
span { border-color: rgb(194,142,15); }
td.TdClassName
{
border-color: #C28E0F;
}
.TagClassName
{
border-color: #C28E0F;
}
</style>