Shades of Ochre #D67823
Tints of Ochre #D67823
RGB
CMYK
RGB Variations
Color information
#D67823 (or 0xD67823) is known color: Ochre. HEX triplet: D6, 78 and 23. RGB value is (214,120,35). Sum of RGB (Red+Green+Blue) = 214+120+35=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D67823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67823 is #2987DC. Grayscale: #8A8A8A. Windows color (decimal): -2721757 or 2324694. OLE color: 2324694.
HSL color Cylindrical-coordinate representation of color #D67823: hue angle of 28.49º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D67823 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 35 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.16 |
| HSL | 28.49º | 0.72% | 0.49% | - |
| HSV(B) | 28.49º | 0.84% | 0.84% | - |
| XYZ | 34.75 | 27.85 | 5.13 | - |
| YUV | 138.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 35 | 0 | 0.44 | 0.84 | 0.16 | 28.49 | 0.72 | 0.49 |
| Hex | D6 | 78 | 23 | 0 | 2C | 54 | 10 | 1C | 48 | 31 |
| Octal | 326 | 170 | 43 | 0 | 54 | 124 | 20 | 34 | 110 | 61 |
| Binary | 11010110 | 1111000 | 100011 | 0 | 101100 | 1010100 | 10000 | 11100 | 1001000 | 110001 |
Color Harmonies of #D67823
Complementary color
Monochromatic Colors of #D67823
Black with #D67823
Text Example
Text Example
White with #D67823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67823; }
p { color: rgb(214,120,35); }
H1.HeaderClassName
{
color: #D67823;
}
.AnyTagClassName
{
color: #D67823;
}
</style>
background-color css
<style>
a { background-color: #D67823; }
a { background-color: rgb(214,120,35); }
div.DivClassName
{
background-color: #D67823;
}
.BgClassName
{
background-color: #D67823;
}
</style>
border-color css
<style>
span { border-color: #D67823; }
span { border-color: rgb(214,120,35); }
td.TdClassName
{
border-color: #D67823;
}
.TagClassName
{
border-color: #D67823;
}
</style>