Shades of Ochre #D2780C
Tints of Ochre #D2780C
RGB
CMYK
RGB Variations
Color information
#D2780C (or 0xD2780C) is known color: Ochre. HEX triplet: D2, 78 and 0C. RGB value is (210,120,12). Sum of RGB (Red+Green+Blue) = 210+120+12=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2780C is #2D87F3. Grayscale: #878787. Windows color (decimal): -2983924 or 817362. OLE color: 817362.
HSL color Cylindrical-coordinate representation of color #D2780C: hue angle of 32.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2780C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.18 |
| HSL | 32.73º | 0.89% | 0.44% | - |
| HSV(B) | 32.73º | 0.94% | 0.82% | - |
| XYZ | 33.36 | 27.16 | 3.83 | - |
| YUV | 134.6 | 58.82 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 12 | 0 | 0.43 | 0.94 | 0.18 | 32.73 | 0.89 | 0.44 |
| Hex | D2 | 78 | C | 0 | 2B | 5E | 12 | 21 | 59 | 2C |
| Octal | 322 | 170 | 14 | 0 | 53 | 136 | 22 | 41 | 131 | 54 |
| Binary | 11010010 | 1111000 | 1100 | 0 | 101011 | 1011110 | 10010 | 100001 | 1011001 | 101100 |
Color Harmonies of #D2780C
Complementary color
Monochromatic Colors of #D2780C
Black with #D2780C
Text Example
Text Example
White with #D2780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2780C; }
p { color: rgb(210,120,12); }
H1.HeaderClassName
{
color: #D2780C;
}
.AnyTagClassName
{
color: #D2780C;
}
</style>
background-color css
<style>
a { background-color: #D2780C; }
a { background-color: rgb(210,120,12); }
div.DivClassName
{
background-color: #D2780C;
}
.BgClassName
{
background-color: #D2780C;
}
</style>
border-color css
<style>
span { border-color: #D2780C; }
span { border-color: rgb(210,120,12); }
td.TdClassName
{
border-color: #D2780C;
}
.TagClassName
{
border-color: #D2780C;
}
</style>