Shades of Ochre #D27F22
Tints of Ochre #D27F22
RGB
CMYK
RGB Variations
Color information
#D27F22 (or 0xD27F22) is known color: Ochre. HEX triplet: D2, 7F and 22. RGB value is (210,127,34). Sum of RGB (Red+Green+Blue) = 210+127+34=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27F22 is #2D80DD. Grayscale: #8D8D8D. Windows color (decimal): -2982110 or 2260946. OLE color: 2260946.
HSL color Cylindrical-coordinate representation of color #D27F22: hue angle of 31.7º 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 #D27F22 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 34 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.18 |
| HSL | 31.7º | 0.72% | 0.48% | - |
| HSV(B) | 31.7º | 0.84% | 0.82% | - |
| XYZ | 34.46 | 29 | 5.29 | - |
| YUV | 141.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 34 | 0 | 0.40 | 0.84 | 0.18 | 31.7 | 0.72 | 0.48 |
| Hex | D2 | 7F | 22 | 0 | 28 | 54 | 12 | 20 | 48 | 30 |
| Octal | 322 | 177 | 42 | 0 | 50 | 124 | 22 | 40 | 110 | 60 |
| Binary | 11010010 | 1111111 | 100010 | 0 | 101000 | 1010100 | 10010 | 100000 | 1001000 | 110000 |
Color Harmonies of #D27F22
Complementary color
Monochromatic Colors of #D27F22
Black with #D27F22
Text Example
Text Example
White with #D27F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F22; }
p { color: rgb(210,127,34); }
H1.HeaderClassName
{
color: #D27F22;
}
.AnyTagClassName
{
color: #D27F22;
}
</style>
background-color css
<style>
a { background-color: #D27F22; }
a { background-color: rgb(210,127,34); }
div.DivClassName
{
background-color: #D27F22;
}
.BgClassName
{
background-color: #D27F22;
}
</style>
border-color css
<style>
span { border-color: #D27F22; }
span { border-color: rgb(210,127,34); }
td.TdClassName
{
border-color: #D27F22;
}
.TagClassName
{
border-color: #D27F22;
}
</style>