Shades of Ochre #D27C28
Tints of Ochre #D27C28
RGB
CMYK
RGB Variations
Color information
#D27C28 (or 0xD27C28) is known color: Ochre. HEX triplet: D2, 7C and 28. RGB value is (210,124,40). Sum of RGB (Red+Green+Blue) = 210+124+40=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C28 is #2D83D7. Grayscale: #8C8C8C. Windows color (decimal): -2982872 or 2653394. OLE color: 2653394.
HSL color Cylindrical-coordinate representation of color #D27C28: hue angle of 29.65º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D27C28 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 40 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.18 |
| HSL | 29.65º | 0.68% | 0.49% | - |
| HSV(B) | 29.65º | 0.81% | 0.82% | - |
| XYZ | 34.17 | 28.27 | 5.66 | - |
| YUV | 140.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 40 | 0 | 0.41 | 0.81 | 0.18 | 29.65 | 0.68 | 0.49 |
| Hex | D2 | 7C | 28 | 0 | 29 | 51 | 12 | 1E | 44 | 31 |
| Octal | 322 | 174 | 50 | 0 | 51 | 121 | 22 | 36 | 104 | 61 |
| Binary | 11010010 | 1111100 | 101000 | 0 | 101001 | 1010001 | 10010 | 11110 | 1000100 | 110001 |
Color Harmonies of #D27C28
Complementary color
Monochromatic Colors of #D27C28
Black with #D27C28
Text Example
Text Example
White with #D27C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C28; }
p { color: rgb(210,124,40); }
H1.HeaderClassName
{
color: #D27C28;
}
.AnyTagClassName
{
color: #D27C28;
}
</style>
background-color css
<style>
a { background-color: #D27C28; }
a { background-color: rgb(210,124,40); }
div.DivClassName
{
background-color: #D27C28;
}
.BgClassName
{
background-color: #D27C28;
}
</style>
border-color css
<style>
span { border-color: #D27C28; }
span { border-color: rgb(210,124,40); }
td.TdClassName
{
border-color: #D27C28;
}
.TagClassName
{
border-color: #D27C28;
}
</style>