Shades of Ochre #D27D1F
Tints of Ochre #D27D1F
RGB
CMYK
RGB Variations
Color information
#D27D1F (or 0xD27D1F) is known color: Ochre. HEX triplet: D2, 7D and 1F. RGB value is (210,125,31). Sum of RGB (Red+Green+Blue) = 210+125+31=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D1F is #2D82E0. Grayscale: #8C8C8C. Windows color (decimal): -2982625 or 2063826. OLE color: 2063826.
HSL color Cylindrical-coordinate representation of color #D27D1F: hue angle of 31.51º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D27D1F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 31 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.18 |
| HSL | 31.51º | 0.74% | 0.47% | - |
| HSV(B) | 31.51º | 0.85% | 0.82% | - |
| XYZ | 34.16 | 28.47 | 4.99 | - |
| YUV | 139.7 | 66.66 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 31 | 0 | 0.40 | 0.85 | 0.18 | 31.51 | 0.74 | 0.47 |
| Hex | D2 | 7D | 1F | 0 | 28 | 55 | 12 | 20 | 4A | 2F |
| Octal | 322 | 175 | 37 | 0 | 50 | 125 | 22 | 40 | 112 | 57 |
| Binary | 11010010 | 1111101 | 11111 | 0 | 101000 | 1010101 | 10010 | 100000 | 1001010 | 101111 |
Color Harmonies of #D27D1F
Complementary color
Monochromatic Colors of #D27D1F
Black with #D27D1F
Text Example
Text Example
White with #D27D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D1F; }
p { color: rgb(210,125,31); }
H1.HeaderClassName
{
color: #D27D1F;
}
.AnyTagClassName
{
color: #D27D1F;
}
</style>
background-color css
<style>
a { background-color: #D27D1F; }
a { background-color: rgb(210,125,31); }
div.DivClassName
{
background-color: #D27D1F;
}
.BgClassName
{
background-color: #D27D1F;
}
</style>
border-color css
<style>
span { border-color: #D27D1F; }
span { border-color: rgb(210,125,31); }
td.TdClassName
{
border-color: #D27D1F;
}
.TagClassName
{
border-color: #D27D1F;
}
</style>