Shades of Ochre #DC7E1F
Tints of Ochre #DC7E1F
RGB
CMYK
RGB Variations
Color information
#DC7E1F (or 0xDC7E1F) is known color: Ochre. HEX triplet: DC, 7E and 1F. RGB value is (220,126,31). Sum of RGB (Red+Green+Blue) = 220+126+31=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7E1F is #2381E0. Grayscale: #8F8F8F. Windows color (decimal): -2327009 or 2064092. OLE color: 2064092.
HSL color Cylindrical-coordinate representation of color #DC7E1F: hue angle of 30.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC7E1F is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 31 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.14 |
| HSL | 30.16º | 0.75% | 0.49% | - |
| HSV(B) | 30.16º | 0.86% | 0.86% | - |
| XYZ | 37.22 | 30.24 | 5.17 | - |
| YUV | 143.28 | 64.64 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 31 | 0 | 0.43 | 0.86 | 0.14 | 30.16 | 0.75 | 0.49 |
| Hex | DC | 7E | 1F | 0 | 2B | 56 | E | 1E | 4B | 31 |
| Octal | 334 | 176 | 37 | 0 | 53 | 126 | 16 | 36 | 113 | 61 |
| Binary | 11011100 | 1111110 | 11111 | 0 | 101011 | 1010110 | 1110 | 11110 | 1001011 | 110001 |
Color Harmonies of #DC7E1F
Complementary color
Monochromatic Colors of #DC7E1F
Black with #DC7E1F
Text Example
Text Example
White with #DC7E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7E1F; }
p { color: rgb(220,126,31); }
H1.HeaderClassName
{
color: #DC7E1F;
}
.AnyTagClassName
{
color: #DC7E1F;
}
</style>
background-color css
<style>
a { background-color: #DC7E1F; }
a { background-color: rgb(220,126,31); }
div.DivClassName
{
background-color: #DC7E1F;
}
.BgClassName
{
background-color: #DC7E1F;
}
</style>
border-color css
<style>
span { border-color: #DC7E1F; }
span { border-color: rgb(220,126,31); }
td.TdClassName
{
border-color: #DC7E1F;
}
.TagClassName
{
border-color: #DC7E1F;
}
</style>