Shades of Ochre #D27722
Tints of Ochre #D27722
RGB
CMYK
RGB Variations
Color information
#D27722 (or 0xD27722) is known color: Ochre. HEX triplet: D2, 77 and 22. RGB value is (210,119,34). Sum of RGB (Red+Green+Blue) = 210+119+34=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D27722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27722 is #2D88DD. Grayscale: #888888. Windows color (decimal): -2984158 or 2258898. OLE color: 2258898.
HSL color Cylindrical-coordinate representation of color #D27722: hue angle of 28.98º 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 #D27722 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 34 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.18 |
| HSL | 28.98º | 0.72% | 0.48% | - |
| HSV(B) | 28.98º | 0.84% | 0.82% | - |
| XYZ | 33.46 | 27.01 | 4.96 | - |
| YUV | 136.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 34 | 0 | 0.43 | 0.84 | 0.18 | 28.98 | 0.72 | 0.48 |
| Hex | D2 | 77 | 22 | 0 | 2B | 54 | 12 | 1D | 48 | 30 |
| Octal | 322 | 167 | 42 | 0 | 53 | 124 | 22 | 35 | 110 | 60 |
| Binary | 11010010 | 1110111 | 100010 | 0 | 101011 | 1010100 | 10010 | 11101 | 1001000 | 110000 |
Color Harmonies of #D27722
Complementary color
Monochromatic Colors of #D27722
Black with #D27722
Text Example
Text Example
White with #D27722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27722; }
p { color: rgb(210,119,34); }
H1.HeaderClassName
{
color: #D27722;
}
.AnyTagClassName
{
color: #D27722;
}
</style>
background-color css
<style>
a { background-color: #D27722; }
a { background-color: rgb(210,119,34); }
div.DivClassName
{
background-color: #D27722;
}
.BgClassName
{
background-color: #D27722;
}
</style>
border-color css
<style>
span { border-color: #D27722; }
span { border-color: rgb(210,119,34); }
td.TdClassName
{
border-color: #D27722;
}
.TagClassName
{
border-color: #D27722;
}
</style>