Shades of Ochre #D27E23
Tints of Ochre #D27E23
RGB
CMYK
RGB Variations
Color information
#D27E23 (or 0xD27E23) is known color: Ochre. HEX triplet: D2, 7E and 23. RGB value is (210,126,35). Sum of RGB (Red+Green+Blue) = 210+126+35=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27E23 is #2D81DC. Grayscale: #8D8D8D. Windows color (decimal): -2982365 or 2326226. OLE color: 2326226.
HSL color Cylindrical-coordinate representation of color #D27E23: hue angle of 31.2º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D27E23 is Cyan = 0, Magento = 0.4, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 35 | - |
| CMYK | 0 | 0.4 | 0.83 | 0.18 |
| HSL | 31.2º | 0.71% | 0.48% | - |
| HSV(B) | 31.2º | 0.83% | 0.82% | - |
| XYZ | 34.34 | 28.74 | 5.33 | - |
| YUV | 140.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 35 | 0 | 0.4 | 0.83 | 0.18 | 31.2 | 0.71 | 0.48 |
| Hex | D2 | 7E | 23 | 0 | 28 | 53 | 12 | 1F | 47 | 30 |
| Octal | 322 | 176 | 43 | 0 | 50 | 123 | 22 | 37 | 107 | 60 |
| Binary | 11010010 | 1111110 | 100011 | 0 | 101000 | 1010011 | 10010 | 11111 | 1000111 | 110000 |
Color Harmonies of #D27E23
Complementary color
Monochromatic Colors of #D27E23
Black with #D27E23
Text Example
Text Example
White with #D27E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E23; }
p { color: rgb(210,126,35); }
H1.HeaderClassName
{
color: #D27E23;
}
.AnyTagClassName
{
color: #D27E23;
}
</style>
background-color css
<style>
a { background-color: #D27E23; }
a { background-color: rgb(210,126,35); }
div.DivClassName
{
background-color: #D27E23;
}
.BgClassName
{
background-color: #D27E23;
}
</style>
border-color css
<style>
span { border-color: #D27E23; }
span { border-color: rgb(210,126,35); }
td.TdClassName
{
border-color: #D27E23;
}
.TagClassName
{
border-color: #D27E23;
}
</style>