Shades of Ochre #DC8314
Tints of Ochre #DC8314
RGB
CMYK
RGB Variations
Color information
#DC8314 (or 0xDC8314) is known color: Ochre. HEX triplet: DC, 83 and 14. RGB value is (220,131,20). Sum of RGB (Red+Green+Blue) = 220+131+20=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8314 is #237CEB. Grayscale: #919191. Windows color (decimal): -2325740 or 1344476. OLE color: 1344476.
HSL color Cylindrical-coordinate representation of color #DC8314: hue angle of 33.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC8314 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.14 |
| HSL | 33.3º | 0.83% | 0.47% | - |
| HSV(B) | 33.3º | 0.91% | 0.86% | - |
| XYZ | 37.76 | 31.5 | 4.75 | - |
| YUV | 144.96 | 57.49 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 20 | 0 | 0.40 | 0.91 | 0.14 | 33.3 | 0.83 | 0.47 |
| Hex | DC | 83 | 14 | 0 | 28 | 5B | E | 21 | 53 | 2F |
| Octal | 334 | 203 | 24 | 0 | 50 | 133 | 16 | 41 | 123 | 57 |
| Binary | 11011100 | 10000011 | 10100 | 0 | 101000 | 1011011 | 1110 | 100001 | 1010011 | 101111 |
Color Harmonies of #DC8314
Complementary color
Monochromatic Colors of #DC8314
Black with #DC8314
Text Example
Text Example
White with #DC8314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8314; }
p { color: rgb(220,131,20); }
H1.HeaderClassName
{
color: #DC8314;
}
.AnyTagClassName
{
color: #DC8314;
}
</style>
background-color css
<style>
a { background-color: #DC8314; }
a { background-color: rgb(220,131,20); }
div.DivClassName
{
background-color: #DC8314;
}
.BgClassName
{
background-color: #DC8314;
}
</style>
border-color css
<style>
span { border-color: #DC8314; }
span { border-color: rgb(220,131,20); }
td.TdClassName
{
border-color: #DC8314;
}
.TagClassName
{
border-color: #DC8314;
}
</style>