Shades of Ochre #D27721
Tints of Ochre #D27721
RGB
CMYK
RGB Variations
Color information
#D27721 (or 0xD27721) is known color: Ochre. HEX triplet: D2, 77 and 21. RGB value is (210,119,33). Sum of RGB (Red+Green+Blue) = 210+119+33=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D27721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27721 is #2D88DE. Grayscale: #888888. Windows color (decimal): -2984159 or 2193362. OLE color: 2193362.
HSL color Cylindrical-coordinate representation of color #D27721: hue angle of 29.15º degrees, saturation: 0.73, 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 #D27721 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 33 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.18 |
| HSL | 29.15º | 0.73% | 0.48% | - |
| HSV(B) | 29.15º | 0.84% | 0.82% | - |
| XYZ | 33.45 | 27.01 | 4.89 | - |
| YUV | 136.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 33 | 0 | 0.43 | 0.84 | 0.18 | 29.15 | 0.73 | 0.48 |
| Hex | D2 | 77 | 21 | 0 | 2B | 54 | 12 | 1D | 49 | 30 |
| Octal | 322 | 167 | 41 | 0 | 53 | 124 | 22 | 35 | 111 | 60 |
| Binary | 11010010 | 1110111 | 100001 | 0 | 101011 | 1010100 | 10010 | 11101 | 1001001 | 110000 |
Color Harmonies of #D27721
Complementary color
Monochromatic Colors of #D27721
Black with #D27721
Text Example
Text Example
White with #D27721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27721; }
p { color: rgb(210,119,33); }
H1.HeaderClassName
{
color: #D27721;
}
.AnyTagClassName
{
color: #D27721;
}
</style>
background-color css
<style>
a { background-color: #D27721; }
a { background-color: rgb(210,119,33); }
div.DivClassName
{
background-color: #D27721;
}
.BgClassName
{
background-color: #D27721;
}
</style>
border-color css
<style>
span { border-color: #D27721; }
span { border-color: rgb(210,119,33); }
td.TdClassName
{
border-color: #D27721;
}
.TagClassName
{
border-color: #D27721;
}
</style>