Shades of Ochre #DC8114
Tints of Ochre #DC8114
RGB
CMYK
RGB Variations
Color information
#DC8114 (or 0xDC8114) is known color: Ochre. HEX triplet: DC, 81 and 14. RGB value is (220,129,20). Sum of RGB (Red+Green+Blue) = 220+129+20=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8114 is #237EEB. Grayscale: #909090. Windows color (decimal): -2326252 or 1343964. OLE color: 1343964.
HSL color Cylindrical-coordinate representation of color #DC8114: hue angle of 32.7º 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 #DC8114 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 20 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.14 |
| HSL | 32.7º | 0.83% | 0.47% | - |
| HSV(B) | 32.7º | 0.91% | 0.86% | - |
| XYZ | 37.49 | 30.97 | 4.66 | - |
| YUV | 143.78 | 58.15 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 20 | 0 | 0.41 | 0.91 | 0.14 | 32.7 | 0.83 | 0.47 |
| Hex | DC | 81 | 14 | 0 | 29 | 5B | E | 21 | 53 | 2F |
| Octal | 334 | 201 | 24 | 0 | 51 | 133 | 16 | 41 | 123 | 57 |
| Binary | 11011100 | 10000001 | 10100 | 0 | 101001 | 1011011 | 1110 | 100001 | 1010011 | 101111 |
Color Harmonies of #DC8114
Complementary color
Monochromatic Colors of #DC8114
Black with #DC8114
Text Example
Text Example
White with #DC8114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8114; }
p { color: rgb(220,129,20); }
H1.HeaderClassName
{
color: #DC8114;
}
.AnyTagClassName
{
color: #DC8114;
}
</style>
background-color css
<style>
a { background-color: #DC8114; }
a { background-color: rgb(220,129,20); }
div.DivClassName
{
background-color: #DC8114;
}
.BgClassName
{
background-color: #DC8114;
}
</style>
border-color css
<style>
span { border-color: #DC8114; }
span { border-color: rgb(220,129,20); }
td.TdClassName
{
border-color: #DC8114;
}
.TagClassName
{
border-color: #DC8114;
}
</style>