Shades of Ochre #D2721D
Tints of Ochre #D2721D
RGB
CMYK
RGB Variations
Color information
#D2721D (or 0xD2721D) is known color: Ochre. HEX triplet: D2, 72 and 1D. RGB value is (210,114,29). Sum of RGB (Red+Green+Blue) = 210+114+29=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2721D is #2D8DE2. Grayscale: #858585. Windows color (decimal): -2985443 or 1929938. OLE color: 1929938.
HSL color Cylindrical-coordinate representation of color #D2721D: hue angle of 28.18º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2721D is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 29 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.18 |
| HSL | 28.18º | 0.76% | 0.47% | - |
| HSV(B) | 28.18º | 0.86% | 0.82% | - |
| XYZ | 32.82 | 25.82 | 4.42 | - |
| YUV | 133.01 | 69.3 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 29 | 0 | 0.46 | 0.86 | 0.18 | 28.18 | 0.76 | 0.47 |
| Hex | D2 | 72 | 1D | 0 | 2E | 56 | 12 | 1C | 4C | 2F |
| Octal | 322 | 162 | 35 | 0 | 56 | 126 | 22 | 34 | 114 | 57 |
| Binary | 11010010 | 1110010 | 11101 | 0 | 101110 | 1010110 | 10010 | 11100 | 1001100 | 101111 |
Color Harmonies of #D2721D
Complementary color
Monochromatic Colors of #D2721D
Black with #D2721D
Text Example
Text Example
White with #D2721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2721D; }
p { color: rgb(210,114,29); }
H1.HeaderClassName
{
color: #D2721D;
}
.AnyTagClassName
{
color: #D2721D;
}
</style>
background-color css
<style>
a { background-color: #D2721D; }
a { background-color: rgb(210,114,29); }
div.DivClassName
{
background-color: #D2721D;
}
.BgClassName
{
background-color: #D2721D;
}
</style>
border-color css
<style>
span { border-color: #D2721D; }
span { border-color: rgb(210,114,29); }
td.TdClassName
{
border-color: #D2721D;
}
.TagClassName
{
border-color: #D2721D;
}
</style>