Shades of Ochre #D3770D
Tints of Ochre #D3770D
RGB
CMYK
RGB Variations
Color information
#D3770D (or 0xD3770D) is known color: Ochre. HEX triplet: D3, 77 and 0D. RGB value is (211,119,13). Sum of RGB (Red+Green+Blue) = 211+119+13=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D3770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3770D is #2C88F2. Grayscale: #868686. Windows color (decimal): -2918643 or 882643. OLE color: 882643.
HSL color Cylindrical-coordinate representation of color #D3770D: hue angle of 32.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3770D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.17 |
| HSL | 32.12º | 0.88% | 0.44% | - |
| HSV(B) | 32.12º | 0.94% | 0.83% | - |
| XYZ | 33.53 | 27.07 | 3.84 | - |
| YUV | 134.42 | 59.48 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 13 | 0 | 0.44 | 0.94 | 0.17 | 32.12 | 0.88 | 0.44 |
| Hex | D3 | 77 | D | 0 | 2C | 5E | 11 | 20 | 58 | 2C |
| Octal | 323 | 167 | 15 | 0 | 54 | 136 | 21 | 40 | 130 | 54 |
| Binary | 11010011 | 1110111 | 1101 | 0 | 101100 | 1011110 | 10001 | 100000 | 1011000 | 101100 |
Color Harmonies of #D3770D
Complementary color
Monochromatic Colors of #D3770D
Black with #D3770D
Text Example
Text Example
White with #D3770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3770D; }
p { color: rgb(211,119,13); }
H1.HeaderClassName
{
color: #D3770D;
}
.AnyTagClassName
{
color: #D3770D;
}
</style>
background-color css
<style>
a { background-color: #D3770D; }
a { background-color: rgb(211,119,13); }
div.DivClassName
{
background-color: #D3770D;
}
.BgClassName
{
background-color: #D3770D;
}
</style>
border-color css
<style>
span { border-color: #D3770D; }
span { border-color: rgb(211,119,13); }
td.TdClassName
{
border-color: #D3770D;
}
.TagClassName
{
border-color: #D3770D;
}
</style>