Shades of Ochre #D2771C
Tints of Ochre #D2771C
RGB
CMYK
RGB Variations
Color information
#D2771C (or 0xD2771C) is known color: Ochre. HEX triplet: D2, 77 and 1C. RGB value is (210,119,28). Sum of RGB (Red+Green+Blue) = 210+119+28=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2771C is #2D88E3. Grayscale: #888888. Windows color (decimal): -2984164 or 1865682. OLE color: 1865682.
HSL color Cylindrical-coordinate representation of color #D2771C: hue angle of 30º 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 #D2771C is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 28 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.18 |
| HSL | 30º | 0.76% | 0.47% | - |
| HSV(B) | 30º | 0.87% | 0.82% | - |
| XYZ | 33.38 | 26.98 | 4.55 | - |
| YUV | 135.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 28 | 0 | 0.43 | 0.87 | 0.18 | 30 | 0.76 | 0.47 |
| Hex | D2 | 77 | 1C | 0 | 2B | 57 | 12 | 1E | 4C | 2F |
| Octal | 322 | 167 | 34 | 0 | 53 | 127 | 22 | 36 | 114 | 57 |
| Binary | 11010010 | 1110111 | 11100 | 0 | 101011 | 1010111 | 10010 | 11110 | 1001100 | 101111 |
Color Harmonies of #D2771C
Complementary color
Monochromatic Colors of #D2771C
Black with #D2771C
Text Example
Text Example
White with #D2771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2771C; }
p { color: rgb(210,119,28); }
H1.HeaderClassName
{
color: #D2771C;
}
.AnyTagClassName
{
color: #D2771C;
}
</style>
background-color css
<style>
a { background-color: #D2771C; }
a { background-color: rgb(210,119,28); }
div.DivClassName
{
background-color: #D2771C;
}
.BgClassName
{
background-color: #D2771C;
}
</style>
border-color css
<style>
span { border-color: #D2771C; }
span { border-color: rgb(210,119,28); }
td.TdClassName
{
border-color: #D2771C;
}
.TagClassName
{
border-color: #D2771C;
}
</style>