Shades of Ochre #D17A2A
Tints of Ochre #D17A2A
RGB
CMYK
RGB Variations
Color information
#D17A2A (or 0xD17A2A) is known color: Ochre. HEX triplet: D1, 7A and 2A. RGB value is (209,122,42). Sum of RGB (Red+Green+Blue) = 209+122+42=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A2A is #2E85D5. Grayscale: #8B8B8B. Windows color (decimal): -3048918 or 2783953. OLE color: 2783953.
HSL color Cylindrical-coordinate representation of color #D17A2A: hue angle of 28.74º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D17A2A is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 42 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.18 |
| HSL | 28.74º | 0.67% | 0.49% | - |
| HSV(B) | 28.74º | 0.8% | 0.82% | - |
| XYZ | 33.67 | 27.64 | 5.75 | - |
| YUV | 138.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 42 | 0 | 0.42 | 0.80 | 0.18 | 28.74 | 0.67 | 0.49 |
| Hex | D1 | 7A | 2A | 0 | 2A | 50 | 12 | 1D | 43 | 31 |
| Octal | 321 | 172 | 52 | 0 | 52 | 120 | 22 | 35 | 103 | 61 |
| Binary | 11010001 | 1111010 | 101010 | 0 | 101010 | 1010000 | 10010 | 11101 | 1000011 | 110001 |
Color Harmonies of #D17A2A
Complementary color
Monochromatic Colors of #D17A2A
Black with #D17A2A
Text Example
Text Example
White with #D17A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A2A; }
p { color: rgb(209,122,42); }
H1.HeaderClassName
{
color: #D17A2A;
}
.AnyTagClassName
{
color: #D17A2A;
}
</style>
background-color css
<style>
a { background-color: #D17A2A; }
a { background-color: rgb(209,122,42); }
div.DivClassName
{
background-color: #D17A2A;
}
.BgClassName
{
background-color: #D17A2A;
}
</style>
border-color css
<style>
span { border-color: #D17A2A; }
span { border-color: rgb(209,122,42); }
td.TdClassName
{
border-color: #D17A2A;
}
.TagClassName
{
border-color: #D17A2A;
}
</style>