Shades of Ochre #D6771D
Tints of Ochre #D6771D
RGB
CMYK
RGB Variations
Color information
#D6771D (or 0xD6771D) is known color: Ochre. HEX triplet: D6, 77 and 1D. RGB value is (214,119,29). Sum of RGB (Red+Green+Blue) = 214+119+29=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6771D is #2988E2. Grayscale: #898989. Windows color (decimal): -2722019 or 1931222. OLE color: 1931222.
HSL color Cylindrical-coordinate representation of color #D6771D: hue angle of 29.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6771D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 29 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.16 |
| HSL | 29.19º | 0.76% | 0.48% | - |
| HSV(B) | 29.19º | 0.86% | 0.84% | - |
| XYZ | 34.55 | 27.58 | 4.66 | - |
| YUV | 137.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 29 | 0 | 0.44 | 0.86 | 0.16 | 29.19 | 0.76 | 0.48 |
| Hex | D6 | 77 | 1D | 0 | 2C | 56 | 10 | 1D | 4C | 30 |
| Octal | 326 | 167 | 35 | 0 | 54 | 126 | 20 | 35 | 114 | 60 |
| Binary | 11010110 | 1110111 | 11101 | 0 | 101100 | 1010110 | 10000 | 11101 | 1001100 | 110000 |
Color Harmonies of #D6771D
Complementary color
Monochromatic Colors of #D6771D
Black with #D6771D
Text Example
Text Example
White with #D6771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6771D; }
p { color: rgb(214,119,29); }
H1.HeaderClassName
{
color: #D6771D;
}
.AnyTagClassName
{
color: #D6771D;
}
</style>
background-color css
<style>
a { background-color: #D6771D; }
a { background-color: rgb(214,119,29); }
div.DivClassName
{
background-color: #D6771D;
}
.BgClassName
{
background-color: #D6771D;
}
</style>
border-color css
<style>
span { border-color: #D6771D; }
span { border-color: rgb(214,119,29); }
td.TdClassName
{
border-color: #D6771D;
}
.TagClassName
{
border-color: #D6771D;
}
</style>