Shades of Ochre #D2761D
Tints of Ochre #D2761D
RGB
CMYK
RGB Variations
Color information
#D2761D (or 0xD2761D) is known color: Ochre. HEX triplet: D2, 76 and 1D. RGB value is (210,118,29). Sum of RGB (Red+Green+Blue) = 210+118+29=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2761D is #2D89E2. Grayscale: #878787. Windows color (decimal): -2984419 or 1930962. OLE color: 1930962.
HSL color Cylindrical-coordinate representation of color #D2761D: hue angle of 29.5º 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 #D2761D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 29 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.18 |
| HSL | 29.5º | 0.76% | 0.47% | - |
| HSV(B) | 29.5º | 0.86% | 0.82% | - |
| XYZ | 33.28 | 26.75 | 4.57 | - |
| YUV | 135.36 | 67.98 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 29 | 0 | 0.44 | 0.86 | 0.18 | 29.5 | 0.76 | 0.47 |
| Hex | D2 | 76 | 1D | 0 | 2C | 56 | 12 | 1E | 4C | 2F |
| Octal | 322 | 166 | 35 | 0 | 54 | 126 | 22 | 36 | 114 | 57 |
| Binary | 11010010 | 1110110 | 11101 | 0 | 101100 | 1010110 | 10010 | 11110 | 1001100 | 101111 |
Color Harmonies of #D2761D
Complementary color
Monochromatic Colors of #D2761D
Black with #D2761D
Text Example
Text Example
White with #D2761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2761D; }
p { color: rgb(210,118,29); }
H1.HeaderClassName
{
color: #D2761D;
}
.AnyTagClassName
{
color: #D2761D;
}
</style>
background-color css
<style>
a { background-color: #D2761D; }
a { background-color: rgb(210,118,29); }
div.DivClassName
{
background-color: #D2761D;
}
.BgClassName
{
background-color: #D2761D;
}
</style>
border-color css
<style>
span { border-color: #D2761D; }
span { border-color: rgb(210,118,29); }
td.TdClassName
{
border-color: #D2761D;
}
.TagClassName
{
border-color: #D2761D;
}
</style>