Shades of Ochre #D27222
Tints of Ochre #D27222
RGB
CMYK
RGB Variations
Color information
#D27222 (or 0xD27222) is known color: Ochre. HEX triplet: D2, 72 and 22. RGB value is (210,114,34). Sum of RGB (Red+Green+Blue) = 210+114+34=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D27222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27222 is #2D8DDD. Grayscale: #868686. Windows color (decimal): -2985438 or 2257618. OLE color: 2257618.
HSL color Cylindrical-coordinate representation of color #D27222: hue angle of 27.27º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D27222 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 34 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.18 |
| HSL | 27.27º | 0.72% | 0.48% | - |
| HSV(B) | 27.27º | 0.84% | 0.82% | - |
| XYZ | 32.88 | 25.85 | 4.77 | - |
| YUV | 133.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 34 | 0 | 0.46 | 0.84 | 0.18 | 27.27 | 0.72 | 0.48 |
| Hex | D2 | 72 | 22 | 0 | 2E | 54 | 12 | 1B | 48 | 30 |
| Octal | 322 | 162 | 42 | 0 | 56 | 124 | 22 | 33 | 110 | 60 |
| Binary | 11010010 | 1110010 | 100010 | 0 | 101110 | 1010100 | 10010 | 11011 | 1001000 | 110000 |
Color Harmonies of #D27222
Complementary color
Monochromatic Colors of #D27222
Black with #D27222
Text Example
Text Example
White with #D27222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27222; }
p { color: rgb(210,114,34); }
H1.HeaderClassName
{
color: #D27222;
}
.AnyTagClassName
{
color: #D27222;
}
</style>
background-color css
<style>
a { background-color: #D27222; }
a { background-color: rgb(210,114,34); }
div.DivClassName
{
background-color: #D27222;
}
.BgClassName
{
background-color: #D27222;
}
</style>
border-color css
<style>
span { border-color: #D27222; }
span { border-color: rgb(210,114,34); }
td.TdClassName
{
border-color: #D27222;
}
.TagClassName
{
border-color: #D27222;
}
</style>