Shades of Ochre #D27E20
Tints of Ochre #D27E20
RGB
CMYK
RGB Variations
Color information
#D27E20 (or 0xD27E20) is known color: Ochre. HEX triplet: D2, 7E and 20. RGB value is (210,126,32). Sum of RGB (Red+Green+Blue) = 210+126+32=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27E20 is #2D81DF. Grayscale: #8C8C8C. Windows color (decimal): -2982368 or 2129618. OLE color: 2129618.
HSL color Cylindrical-coordinate representation of color #D27E20: hue angle of 31.69º 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 #D27E20 is Cyan = 0, Magento = 0.4, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 32 | - |
| CMYK | 0 | 0.4 | 0.85 | 0.18 |
| HSL | 31.69º | 0.74% | 0.47% | - |
| HSV(B) | 31.69º | 0.85% | 0.82% | - |
| XYZ | 34.3 | 28.73 | 5.1 | - |
| YUV | 140.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 32 | 0 | 0.4 | 0.85 | 0.18 | 31.69 | 0.74 | 0.47 |
| Hex | D2 | 7E | 20 | 0 | 28 | 55 | 12 | 20 | 4A | 2F |
| Octal | 322 | 176 | 40 | 0 | 50 | 125 | 22 | 40 | 112 | 57 |
| Binary | 11010010 | 1111110 | 100000 | 0 | 101000 | 1010101 | 10010 | 100000 | 1001010 | 101111 |
Color Harmonies of #D27E20
Complementary color
Monochromatic Colors of #D27E20
Black with #D27E20
Text Example
Text Example
White with #D27E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E20; }
p { color: rgb(210,126,32); }
H1.HeaderClassName
{
color: #D27E20;
}
.AnyTagClassName
{
color: #D27E20;
}
</style>
background-color css
<style>
a { background-color: #D27E20; }
a { background-color: rgb(210,126,32); }
div.DivClassName
{
background-color: #D27E20;
}
.BgClassName
{
background-color: #D27E20;
}
</style>
border-color css
<style>
span { border-color: #D27E20; }
span { border-color: rgb(210,126,32); }
td.TdClassName
{
border-color: #D27E20;
}
.TagClassName
{
border-color: #D27E20;
}
</style>