Shades of Ochre #D27220
Tints of Ochre #D27220
RGB
CMYK
RGB Variations
Color information
#D27220 (or 0xD27220) is known color: Ochre. HEX triplet: D2, 72 and 20. RGB value is (210,114,32). Sum of RGB (Red+Green+Blue) = 210+114+32=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D27220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27220 is #2D8DDF. Grayscale: #858585. Windows color (decimal): -2985440 or 2126546. OLE color: 2126546.
HSL color Cylindrical-coordinate representation of color #D27220: hue angle of 27.64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D27220 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 32 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.18 |
| HSL | 27.64º | 0.74% | 0.47% | - |
| HSV(B) | 27.64º | 0.85% | 0.82% | - |
| XYZ | 32.86 | 25.84 | 4.62 | - |
| YUV | 133.36 | 70.8 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 32 | 0 | 0.46 | 0.85 | 0.18 | 27.64 | 0.74 | 0.47 |
| Hex | D2 | 72 | 20 | 0 | 2E | 55 | 12 | 1C | 4A | 2F |
| Octal | 322 | 162 | 40 | 0 | 56 | 125 | 22 | 34 | 112 | 57 |
| Binary | 11010010 | 1110010 | 100000 | 0 | 101110 | 1010101 | 10010 | 11100 | 1001010 | 101111 |
Color Harmonies of #D27220
Complementary color
Monochromatic Colors of #D27220
Black with #D27220
Text Example
Text Example
White with #D27220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27220; }
p { color: rgb(210,114,32); }
H1.HeaderClassName
{
color: #D27220;
}
.AnyTagClassName
{
color: #D27220;
}
</style>
background-color css
<style>
a { background-color: #D27220; }
a { background-color: rgb(210,114,32); }
div.DivClassName
{
background-color: #D27220;
}
.BgClassName
{
background-color: #D27220;
}
</style>
border-color css
<style>
span { border-color: #D27220; }
span { border-color: rgb(210,114,32); }
td.TdClassName
{
border-color: #D27220;
}
.TagClassName
{
border-color: #D27220;
}
</style>