Shades of Ochre #D27A1E
Tints of Ochre #D27A1E
RGB
CMYK
RGB Variations
Color information
#D27A1E (or 0xD27A1E) is known color: Ochre. HEX triplet: D2, 7A and 1E. RGB value is (210,122,30). Sum of RGB (Red+Green+Blue) = 210+122+30=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A1E is #2D85E1. Grayscale: #8A8A8A. Windows color (decimal): -2983394 or 1997522. OLE color: 1997522.
HSL color Cylindrical-coordinate representation of color #D27A1E: hue angle of 30.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D27A1E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.18 |
| HSL | 30.67º | 0.75% | 0.47% | - |
| HSV(B) | 30.67º | 0.86% | 0.82% | - |
| XYZ | 33.77 | 27.71 | 4.8 | - |
| YUV | 137.82 | 67.15 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 30 | 0 | 0.42 | 0.86 | 0.18 | 30.67 | 0.75 | 0.47 |
| Hex | D2 | 7A | 1E | 0 | 2A | 56 | 12 | 1F | 4B | 2F |
| Octal | 322 | 172 | 36 | 0 | 52 | 126 | 22 | 37 | 113 | 57 |
| Binary | 11010010 | 1111010 | 11110 | 0 | 101010 | 1010110 | 10010 | 11111 | 1001011 | 101111 |
Color Harmonies of #D27A1E
Complementary color
Monochromatic Colors of #D27A1E
Black with #D27A1E
Text Example
Text Example
White with #D27A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A1E; }
p { color: rgb(210,122,30); }
H1.HeaderClassName
{
color: #D27A1E;
}
.AnyTagClassName
{
color: #D27A1E;
}
</style>
background-color css
<style>
a { background-color: #D27A1E; }
a { background-color: rgb(210,122,30); }
div.DivClassName
{
background-color: #D27A1E;
}
.BgClassName
{
background-color: #D27A1E;
}
</style>
border-color css
<style>
span { border-color: #D27A1E; }
span { border-color: rgb(210,122,30); }
td.TdClassName
{
border-color: #D27A1E;
}
.TagClassName
{
border-color: #D27A1E;
}
</style>