Shades of Dark Goldenrod #C28C0F
Tints of Dark Goldenrod #C28C0F
RGB
CMYK
RGB Variations
Color information
#C28C0F (or 0xC28C0F) is known color: Dark Goldenrod. HEX triplet: C2, 8C and 0F. RGB value is (194,140,15). Sum of RGB (Red+Green+Blue) = 194+140+15=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C0F is #3D73F0. Grayscale: #8E8E8E. Windows color (decimal): -4027377 or 1019074. OLE color: 1019074.
HSL color Cylindrical-coordinate representation of color #C28C0F: hue angle of 41.9º 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 #C28C0F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 15 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.24 |
| HSL | 41.9º | 0.86% | 0.41% | - |
| HSV(B) | 41.9º | 0.92% | 0.76% | - |
| XYZ | 31.71 | 30.26 | 4.62 | - |
| YUV | 141.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 15 | 0 | 0.28 | 0.92 | 0.24 | 41.9 | 0.86 | 0.41 |
| Hex | C2 | 8C | F | 0 | 1C | 5C | 18 | 2A | 56 | 29 |
| Octal | 302 | 214 | 17 | 0 | 34 | 134 | 30 | 52 | 126 | 51 |
| Binary | 11000010 | 10001100 | 1111 | 0 | 11100 | 1011100 | 11000 | 101010 | 1010110 | 101001 |
Color Harmonies of #C28C0F
Complementary color
Monochromatic Colors of #C28C0F
Black with #C28C0F
Text Example
Text Example
White with #C28C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C0F; }
p { color: rgb(194,140,15); }
H1.HeaderClassName
{
color: #C28C0F;
}
.AnyTagClassName
{
color: #C28C0F;
}
</style>
background-color css
<style>
a { background-color: #C28C0F; }
a { background-color: rgb(194,140,15); }
div.DivClassName
{
background-color: #C28C0F;
}
.BgClassName
{
background-color: #C28C0F;
}
</style>
border-color css
<style>
span { border-color: #C28C0F; }
span { border-color: rgb(194,140,15); }
td.TdClassName
{
border-color: #C28C0F;
}
.TagClassName
{
border-color: #C28C0F;
}
</style>