Shades of Ochre #D3820F
Tints of Ochre #D3820F
RGB
CMYK
RGB Variations
Color information
#D3820F (or 0xD3820F) is known color: Ochre. HEX triplet: D3, 82 and 0F. RGB value is (211,130,15). Sum of RGB (Red+Green+Blue) = 211+130+15=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3820F is #2C7DF0. Grayscale: #8D8D8D. Windows color (decimal): -2915825 or 1016531. OLE color: 1016531.
HSL color Cylindrical-coordinate representation of color #D3820F: hue angle of 35.2º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3820F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 130 | 15 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.17 |
| HSL | 35.2º | 0.87% | 0.44% | - |
| HSV(B) | 35.2º | 0.93% | 0.83% | - |
| XYZ | 34.93 | 29.85 | 4.37 | - |
| YUV | 141.11 | 56.84 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 15 | 0 | 0.38 | 0.93 | 0.17 | 35.2 | 0.87 | 0.44 |
| Hex | D3 | 82 | F | 0 | 26 | 5D | 11 | 23 | 57 | 2C |
| Octal | 323 | 202 | 17 | 0 | 46 | 135 | 21 | 43 | 127 | 54 |
| Binary | 11010011 | 10000010 | 1111 | 0 | 100110 | 1011101 | 10001 | 100011 | 1010111 | 101100 |
Color Harmonies of #D3820F
Complementary color
Monochromatic Colors of #D3820F
Black with #D3820F
Text Example
Text Example
White with #D3820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3820F; }
p { color: rgb(211,130,15); }
H1.HeaderClassName
{
color: #D3820F;
}
.AnyTagClassName
{
color: #D3820F;
}
</style>
background-color css
<style>
a { background-color: #D3820F; }
a { background-color: rgb(211,130,15); }
div.DivClassName
{
background-color: #D3820F;
}
.BgClassName
{
background-color: #D3820F;
}
</style>
border-color css
<style>
span { border-color: #D3820F; }
span { border-color: rgb(211,130,15); }
td.TdClassName
{
border-color: #D3820F;
}
.TagClassName
{
border-color: #D3820F;
}
</style>