Shades of Ochre #DA7C14
Tints of Ochre #DA7C14
RGB
CMYK
RGB Variations
Color information
#DA7C14 (or 0xDA7C14) is known color: Ochre. HEX triplet: DA, 7C and 14. RGB value is (218,124,20). Sum of RGB (Red+Green+Blue) = 218+124+20=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7C14 is #2583EB. Grayscale: #8C8C8C. Windows color (decimal): -2458604 or 1342682. OLE color: 1342682.
HSL color Cylindrical-coordinate representation of color #DA7C14: hue angle of 31.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7C14 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 20 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.15 |
| HSL | 31.52º | 0.83% | 0.47% | - |
| HSV(B) | 31.52º | 0.91% | 0.85% | - |
| XYZ | 36.25 | 29.37 | 4.42 | - |
| YUV | 140.25 | 60.14 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 20 | 0 | 0.43 | 0.91 | 0.15 | 31.52 | 0.83 | 0.47 |
| Hex | DA | 7C | 14 | 0 | 2B | 5B | F | 20 | 53 | 2F |
| Octal | 332 | 174 | 24 | 0 | 53 | 133 | 17 | 40 | 123 | 57 |
| Binary | 11011010 | 1111100 | 10100 | 0 | 101011 | 1011011 | 1111 | 100000 | 1010011 | 101111 |
Color Harmonies of #DA7C14
Complementary color
Monochromatic Colors of #DA7C14
Black with #DA7C14
Text Example
Text Example
White with #DA7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C14; }
p { color: rgb(218,124,20); }
H1.HeaderClassName
{
color: #DA7C14;
}
.AnyTagClassName
{
color: #DA7C14;
}
</style>
background-color css
<style>
a { background-color: #DA7C14; }
a { background-color: rgb(218,124,20); }
div.DivClassName
{
background-color: #DA7C14;
}
.BgClassName
{
background-color: #DA7C14;
}
</style>
border-color css
<style>
span { border-color: #DA7C14; }
span { border-color: rgb(218,124,20); }
td.TdClassName
{
border-color: #DA7C14;
}
.TagClassName
{
border-color: #DA7C14;
}
</style>