Shades of Dark Goldenrod #C07E18
Tints of Dark Goldenrod #C07E18
RGB
CMYK
RGB Variations
Color information
#C07E18 (or 0xC07E18) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 18. RGB value is (192,126,24). Sum of RGB (Red+Green+Blue) = 192+126+24=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E18 is #3F81E7. Grayscale: #868686. Windows color (decimal): -4162024 or 1605312. OLE color: 1605312.
HSL color Cylindrical-coordinate representation of color #C07E18: hue angle of 36.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C07E18 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 24 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.25 |
| HSL | 36.43º | 0.78% | 0.42% | - |
| HSV(B) | 36.43º | 0.88% | 0.75% | - |
| XYZ | 29.36 | 26.19 | 4.37 | - |
| YUV | 134.11 | 65.87 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 24 | 0 | 0.34 | 0.88 | 0.25 | 36.43 | 0.78 | 0.42 |
| Hex | C0 | 7E | 18 | 0 | 22 | 58 | 19 | 24 | 4E | 2A |
| Octal | 300 | 176 | 30 | 0 | 42 | 130 | 31 | 44 | 116 | 52 |
| Binary | 11000000 | 1111110 | 11000 | 0 | 100010 | 1011000 | 11001 | 100100 | 1001110 | 101010 |
Color Harmonies of #C07E18
Complementary color
Monochromatic Colors of #C07E18
Black with #C07E18
Text Example
Text Example
White with #C07E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E18; }
p { color: rgb(192,126,24); }
H1.HeaderClassName
{
color: #C07E18;
}
.AnyTagClassName
{
color: #C07E18;
}
</style>
background-color css
<style>
a { background-color: #C07E18; }
a { background-color: rgb(192,126,24); }
div.DivClassName
{
background-color: #C07E18;
}
.BgClassName
{
background-color: #C07E18;
}
</style>
border-color css
<style>
span { border-color: #C07E18; }
span { border-color: rgb(192,126,24); }
td.TdClassName
{
border-color: #C07E18;
}
.TagClassName
{
border-color: #C07E18;
}
</style>