Shades of Ochre #D27A1D
Tints of Ochre #D27A1D
RGB
CMYK
RGB Variations
Color information
#D27A1D (or 0xD27A1D) is known color: Ochre. HEX triplet: D2, 7A and 1D. RGB value is (210,122,29). Sum of RGB (Red+Green+Blue) = 210+122+29=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A1D is #2D85E2. Grayscale: #8A8A8A. Windows color (decimal): -2983395 or 1931986. OLE color: 1931986.
HSL color Cylindrical-coordinate representation of color #D27A1D: hue angle of 30.83º degrees, saturation: 0.76, 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 #D27A1D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.18 |
| HSL | 30.83º | 0.76% | 0.47% | - |
| HSV(B) | 30.83º | 0.86% | 0.82% | - |
| XYZ | 33.76 | 27.71 | 4.73 | - |
| YUV | 137.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 29 | 0 | 0.42 | 0.86 | 0.18 | 30.83 | 0.76 | 0.47 |
| Hex | D2 | 7A | 1D | 0 | 2A | 56 | 12 | 1F | 4C | 2F |
| Octal | 322 | 172 | 35 | 0 | 52 | 126 | 22 | 37 | 114 | 57 |
| Binary | 11010010 | 1111010 | 11101 | 0 | 101010 | 1010110 | 10010 | 11111 | 1001100 | 101111 |
Color Harmonies of #D27A1D
Complementary color
Monochromatic Colors of #D27A1D
Black with #D27A1D
Text Example
Text Example
White with #D27A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A1D; }
p { color: rgb(210,122,29); }
H1.HeaderClassName
{
color: #D27A1D;
}
.AnyTagClassName
{
color: #D27A1D;
}
</style>
background-color css
<style>
a { background-color: #D27A1D; }
a { background-color: rgb(210,122,29); }
div.DivClassName
{
background-color: #D27A1D;
}
.BgClassName
{
background-color: #D27A1D;
}
</style>
border-color css
<style>
span { border-color: #D27A1D; }
span { border-color: rgb(210,122,29); }
td.TdClassName
{
border-color: #D27A1D;
}
.TagClassName
{
border-color: #D27A1D;
}
</style>