Shades of Ochre #D2781E
Tints of Ochre #D2781E
RGB
CMYK
RGB Variations
Color information
#D2781E (or 0xD2781E) is known color: Ochre. HEX triplet: D2, 78 and 1E. RGB value is (210,120,30). Sum of RGB (Red+Green+Blue) = 210+120+30=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2781E is #2D87E1. Grayscale: #898989. Windows color (decimal): -2983906 or 1997010. OLE color: 1997010.
HSL color Cylindrical-coordinate representation of color #D2781E: hue angle of 30º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2781E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 30 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.18 |
| HSL | 30º | 0.75% | 0.47% | - |
| HSV(B) | 30º | 0.86% | 0.82% | - |
| XYZ | 33.53 | 27.23 | 4.72 | - |
| YUV | 136.65 | 67.82 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 30 | 0 | 0.43 | 0.86 | 0.18 | 30 | 0.75 | 0.47 |
| Hex | D2 | 78 | 1E | 0 | 2B | 56 | 12 | 1E | 4B | 2F |
| Octal | 322 | 170 | 36 | 0 | 53 | 126 | 22 | 36 | 113 | 57 |
| Binary | 11010010 | 1111000 | 11110 | 0 | 101011 | 1010110 | 10010 | 11110 | 1001011 | 101111 |
Color Harmonies of #D2781E
Complementary color
Monochromatic Colors of #D2781E
Black with #D2781E
Text Example
Text Example
White with #D2781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2781E; }
p { color: rgb(210,120,30); }
H1.HeaderClassName
{
color: #D2781E;
}
.AnyTagClassName
{
color: #D2781E;
}
</style>
background-color css
<style>
a { background-color: #D2781E; }
a { background-color: rgb(210,120,30); }
div.DivClassName
{
background-color: #D2781E;
}
.BgClassName
{
background-color: #D2781E;
}
</style>
border-color css
<style>
span { border-color: #D2781E; }
span { border-color: rgb(210,120,30); }
td.TdClassName
{
border-color: #D2781E;
}
.TagClassName
{
border-color: #D2781E;
}
</style>