Shades of Ochre #D6781C
Tints of Ochre #D6781C
RGB
CMYK
RGB Variations
Color information
#D6781C (or 0xD6781C) is known color: Ochre. HEX triplet: D6, 78 and 1C. RGB value is (214,120,28). Sum of RGB (Red+Green+Blue) = 214+120+28=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6781C is #2987E3. Grayscale: #8A8A8A. Windows color (decimal): -2721764 or 1865942. OLE color: 1865942.
HSL color Cylindrical-coordinate representation of color #D6781C: hue angle of 29.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6781C is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 28 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.16 |
| HSL | 29.68º | 0.77% | 0.47% | - |
| HSV(B) | 29.68º | 0.87% | 0.84% | - |
| XYZ | 34.66 | 27.81 | 4.64 | - |
| YUV | 137.62 | 66.14 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 28 | 0 | 0.44 | 0.87 | 0.16 | 29.68 | 0.77 | 0.47 |
| Hex | D6 | 78 | 1C | 0 | 2C | 57 | 10 | 1E | 4D | 2F |
| Octal | 326 | 170 | 34 | 0 | 54 | 127 | 20 | 36 | 115 | 57 |
| Binary | 11010110 | 1111000 | 11100 | 0 | 101100 | 1010111 | 10000 | 11110 | 1001101 | 101111 |
Color Harmonies of #D6781C
Complementary color
Monochromatic Colors of #D6781C
Black with #D6781C
Text Example
Text Example
White with #D6781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6781C; }
p { color: rgb(214,120,28); }
H1.HeaderClassName
{
color: #D6781C;
}
.AnyTagClassName
{
color: #D6781C;
}
</style>
background-color css
<style>
a { background-color: #D6781C; }
a { background-color: rgb(214,120,28); }
div.DivClassName
{
background-color: #D6781C;
}
.BgClassName
{
background-color: #D6781C;
}
</style>
border-color css
<style>
span { border-color: #D6781C; }
span { border-color: rgb(214,120,28); }
td.TdClassName
{
border-color: #D6781C;
}
.TagClassName
{
border-color: #D6781C;
}
</style>