Shades of Ochre #D2810D
Tints of Ochre #D2810D
RGB
CMYK
RGB Variations
Color information
#D2810D (or 0xD2810D) is known color: Ochre. HEX triplet: D2, 81 and 0D. RGB value is (210,129,13). Sum of RGB (Red+Green+Blue) = 210+129+13=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2810D is #2D7EF2. Grayscale: #8C8C8C. Windows color (decimal): -2981619 or 885202. OLE color: 885202.
HSL color Cylindrical-coordinate representation of color #D2810D: hue angle of 35.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2810D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.18 |
| HSL | 35.33º | 0.88% | 0.44% | - |
| HSV(B) | 35.33º | 0.94% | 0.82% | - |
| XYZ | 34.5 | 29.43 | 4.24 | - |
| YUV | 140 | 56.34 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 13 | 0 | 0.39 | 0.94 | 0.18 | 35.33 | 0.88 | 0.44 |
| Hex | D2 | 81 | D | 0 | 27 | 5E | 12 | 23 | 58 | 2C |
| Octal | 322 | 201 | 15 | 0 | 47 | 136 | 22 | 43 | 130 | 54 |
| Binary | 11010010 | 10000001 | 1101 | 0 | 100111 | 1011110 | 10010 | 100011 | 1011000 | 101100 |
Color Harmonies of #D2810D
Complementary color
Monochromatic Colors of #D2810D
Black with #D2810D
Text Example
Text Example
White with #D2810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2810D; }
p { color: rgb(210,129,13); }
H1.HeaderClassName
{
color: #D2810D;
}
.AnyTagClassName
{
color: #D2810D;
}
</style>
background-color css
<style>
a { background-color: #D2810D; }
a { background-color: rgb(210,129,13); }
div.DivClassName
{
background-color: #D2810D;
}
.BgClassName
{
background-color: #D2810D;
}
</style>
border-color css
<style>
span { border-color: #D2810D; }
span { border-color: rgb(210,129,13); }
td.TdClassName
{
border-color: #D2810D;
}
.TagClassName
{
border-color: #D2810D;
}
</style>