Shades of Ochre #DC7B18
Tints of Ochre #DC7B18
RGB
CMYK
RGB Variations
Color information
#DC7B18 (or 0xDC7B18) is known color: Ochre. HEX triplet: DC, 7B and 18. RGB value is (220,123,24). Sum of RGB (Red+Green+Blue) = 220+123+24=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B18 is #2384E7. Grayscale: #8D8D8D. Windows color (decimal): -2327784 or 1604572. OLE color: 1604572.
HSL color Cylindrical-coordinate representation of color #DC7B18: hue angle of 30.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC7B18 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 24 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.14 |
| HSL | 30.31º | 0.8% | 0.48% | - |
| HSV(B) | 30.31º | 0.89% | 0.86% | - |
| XYZ | 36.76 | 29.45 | 4.61 | - |
| YUV | 140.72 | 62.14 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 24 | 0 | 0.44 | 0.89 | 0.14 | 30.31 | 0.8 | 0.48 |
| Hex | DC | 7B | 18 | 0 | 2C | 59 | E | 1E | 50 | 30 |
| Octal | 334 | 173 | 30 | 0 | 54 | 131 | 16 | 36 | 120 | 60 |
| Binary | 11011100 | 1111011 | 11000 | 0 | 101100 | 1011001 | 1110 | 11110 | 1010000 | 110000 |
Color Harmonies of #DC7B18
Complementary color
Monochromatic Colors of #DC7B18
Black with #DC7B18
Text Example
Text Example
White with #DC7B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B18; }
p { color: rgb(220,123,24); }
H1.HeaderClassName
{
color: #DC7B18;
}
.AnyTagClassName
{
color: #DC7B18;
}
</style>
background-color css
<style>
a { background-color: #DC7B18; }
a { background-color: rgb(220,123,24); }
div.DivClassName
{
background-color: #DC7B18;
}
.BgClassName
{
background-color: #DC7B18;
}
</style>
border-color css
<style>
span { border-color: #DC7B18; }
span { border-color: rgb(220,123,24); }
td.TdClassName
{
border-color: #DC7B18;
}
.TagClassName
{
border-color: #DC7B18;
}
</style>