Shades of Ochre #DA7D1B
Tints of Ochre #DA7D1B
RGB
CMYK
RGB Variations
Color information
#DA7D1B (or 0xDA7D1B) is known color: Ochre. HEX triplet: DA, 7D and 1B. RGB value is (218,125,27). Sum of RGB (Red+Green+Blue) = 218+125+27=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D1B is #2582E4. Grayscale: #8E8E8E. Windows color (decimal): -2458341 or 1801690. OLE color: 1801690.
HSL color Cylindrical-coordinate representation of color #DA7D1B: hue angle of 30.79º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA7D1B is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 27 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.15 |
| HSL | 30.79º | 0.78% | 0.48% | - |
| HSV(B) | 30.79º | 0.88% | 0.85% | - |
| XYZ | 36.44 | 29.65 | 4.84 | - |
| YUV | 141.64 | 63.31 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 27 | 0 | 0.43 | 0.88 | 0.15 | 30.79 | 0.78 | 0.48 |
| Hex | DA | 7D | 1B | 0 | 2B | 58 | F | 1F | 4E | 30 |
| Octal | 332 | 175 | 33 | 0 | 53 | 130 | 17 | 37 | 116 | 60 |
| Binary | 11011010 | 1111101 | 11011 | 0 | 101011 | 1011000 | 1111 | 11111 | 1001110 | 110000 |
Color Harmonies of #DA7D1B
Complementary color
Monochromatic Colors of #DA7D1B
Black with #DA7D1B
Text Example
Text Example
White with #DA7D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D1B; }
p { color: rgb(218,125,27); }
H1.HeaderClassName
{
color: #DA7D1B;
}
.AnyTagClassName
{
color: #DA7D1B;
}
</style>
background-color css
<style>
a { background-color: #DA7D1B; }
a { background-color: rgb(218,125,27); }
div.DivClassName
{
background-color: #DA7D1B;
}
.BgClassName
{
background-color: #DA7D1B;
}
</style>
border-color css
<style>
span { border-color: #DA7D1B; }
span { border-color: rgb(218,125,27); }
td.TdClassName
{
border-color: #DA7D1B;
}
.TagClassName
{
border-color: #DA7D1B;
}
</style>