Shades of Dark Goldenrod #C28A0E
Tints of Dark Goldenrod #C28A0E
RGB
CMYK
RGB Variations
Color information
#C28A0E (or 0xC28A0E) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 0E. RGB value is (194,138,14). Sum of RGB (Red+Green+Blue) = 194+138+14=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A0E is #3D75F1. Grayscale: #8D8D8D. Windows color (decimal): -4027890 or 953026. OLE color: 953026.
HSL color Cylindrical-coordinate representation of color #C28A0E: hue angle of 41.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C28A0E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.24 |
| HSL | 41.33º | 0.87% | 0.41% | - |
| HSV(B) | 41.33º | 0.93% | 0.76% | - |
| XYZ | 31.42 | 29.68 | 4.49 | - |
| YUV | 140.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 14 | 0 | 0.29 | 0.93 | 0.24 | 41.33 | 0.87 | 0.41 |
| Hex | C2 | 8A | E | 0 | 1D | 5D | 18 | 29 | 57 | 29 |
| Octal | 302 | 212 | 16 | 0 | 35 | 135 | 30 | 51 | 127 | 51 |
| Binary | 11000010 | 10001010 | 1110 | 0 | 11101 | 1011101 | 11000 | 101001 | 1010111 | 101001 |
Color Harmonies of #C28A0E
Complementary color
Monochromatic Colors of #C28A0E
Black with #C28A0E
Text Example
Text Example
White with #C28A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A0E; }
p { color: rgb(194,138,14); }
H1.HeaderClassName
{
color: #C28A0E;
}
.AnyTagClassName
{
color: #C28A0E;
}
</style>
background-color css
<style>
a { background-color: #C28A0E; }
a { background-color: rgb(194,138,14); }
div.DivClassName
{
background-color: #C28A0E;
}
.BgClassName
{
background-color: #C28A0E;
}
</style>
border-color css
<style>
span { border-color: #C28A0E; }
span { border-color: rgb(194,138,14); }
td.TdClassName
{
border-color: #C28A0E;
}
.TagClassName
{
border-color: #C28A0E;
}
</style>