Shades of Ochre #DC811F
Tints of Ochre #DC811F
RGB
CMYK
RGB Variations
Color information
#DC811F (or 0xDC811F) is known color: Ochre. HEX triplet: DC, 81 and 1F. RGB value is (220,129,31). Sum of RGB (Red+Green+Blue) = 220+129+31=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC811F is #237EE0. Grayscale: #919191. Windows color (decimal): -2326241 or 2064860. OLE color: 2064860.
HSL color Cylindrical-coordinate representation of color #DC811F: hue angle of 31.11º 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 #DC811F is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 31 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.14 |
| HSL | 31.11º | 0.75% | 0.49% | - |
| HSV(B) | 31.11º | 0.86% | 0.86% | - |
| XYZ | 37.61 | 31.02 | 5.3 | - |
| YUV | 145.04 | 63.65 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 31 | 0 | 0.41 | 0.86 | 0.14 | 31.11 | 0.75 | 0.49 |
| Hex | DC | 81 | 1F | 0 | 29 | 56 | E | 1F | 4B | 31 |
| Octal | 334 | 201 | 37 | 0 | 51 | 126 | 16 | 37 | 113 | 61 |
| Binary | 11011100 | 10000001 | 11111 | 0 | 101001 | 1010110 | 1110 | 11111 | 1001011 | 110001 |
Color Harmonies of #DC811F
Complementary color
Monochromatic Colors of #DC811F
Black with #DC811F
Text Example
Text Example
White with #DC811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC811F; }
p { color: rgb(220,129,31); }
H1.HeaderClassName
{
color: #DC811F;
}
.AnyTagClassName
{
color: #DC811F;
}
</style>
background-color css
<style>
a { background-color: #DC811F; }
a { background-color: rgb(220,129,31); }
div.DivClassName
{
background-color: #DC811F;
}
.BgClassName
{
background-color: #DC811F;
}
</style>
border-color css
<style>
span { border-color: #DC811F; }
span { border-color: rgb(220,129,31); }
td.TdClassName
{
border-color: #DC811F;
}
.TagClassName
{
border-color: #DC811F;
}
</style>