Shades of Ochre #D27D1C
Tints of Ochre #D27D1C
RGB
CMYK
RGB Variations
Color information
#D27D1C (or 0xD27D1C) is known color: Ochre. HEX triplet: D2, 7D and 1C. RGB value is (210,125,28). Sum of RGB (Red+Green+Blue) = 210+125+28=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D1C is #2D82E3. Grayscale: #8B8B8B. Windows color (decimal): -2982628 or 1867218. OLE color: 1867218.
HSL color Cylindrical-coordinate representation of color #D27D1C: hue angle of 31.98º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D27D1C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 28 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.18 |
| HSL | 31.98º | 0.76% | 0.47% | - |
| HSV(B) | 31.98º | 0.87% | 0.82% | - |
| XYZ | 34.12 | 28.45 | 4.79 | - |
| YUV | 139.36 | 65.16 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 28 | 0 | 0.40 | 0.87 | 0.18 | 31.98 | 0.76 | 0.47 |
| Hex | D2 | 7D | 1C | 0 | 28 | 57 | 12 | 20 | 4C | 2F |
| Octal | 322 | 175 | 34 | 0 | 50 | 127 | 22 | 40 | 114 | 57 |
| Binary | 11010010 | 1111101 | 11100 | 0 | 101000 | 1010111 | 10010 | 100000 | 1001100 | 101111 |
Color Harmonies of #D27D1C
Complementary color
Monochromatic Colors of #D27D1C
Black with #D27D1C
Text Example
Text Example
White with #D27D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D1C; }
p { color: rgb(210,125,28); }
H1.HeaderClassName
{
color: #D27D1C;
}
.AnyTagClassName
{
color: #D27D1C;
}
</style>
background-color css
<style>
a { background-color: #D27D1C; }
a { background-color: rgb(210,125,28); }
div.DivClassName
{
background-color: #D27D1C;
}
.BgClassName
{
background-color: #D27D1C;
}
</style>
border-color css
<style>
span { border-color: #D27D1C; }
span { border-color: rgb(210,125,28); }
td.TdClassName
{
border-color: #D27D1C;
}
.TagClassName
{
border-color: #D27D1C;
}
</style>