Shades of Ochre #D07223
Tints of Ochre #D07223
RGB
CMYK
RGB Variations
Color information
#D07223 (or 0xD07223) is known color: Ochre. HEX triplet: D0, 72 and 23. RGB value is (208,114,35). Sum of RGB (Red+Green+Blue) = 208+114+35=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D07223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07223 is #2F8DDC. Grayscale: #858585. Windows color (decimal): -3116509 or 2323152. OLE color: 2323152.
HSL color Cylindrical-coordinate representation of color #D07223: hue angle of 27.4º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D07223 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 35 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.18 |
| HSL | 27.4º | 0.71% | 0.48% | - |
| HSV(B) | 27.4º | 0.83% | 0.82% | - |
| XYZ | 32.33 | 25.57 | 4.82 | - |
| YUV | 133.1 | 72.64 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 35 | 0 | 0.45 | 0.83 | 0.18 | 27.4 | 0.71 | 0.48 |
| Hex | D0 | 72 | 23 | 0 | 2D | 53 | 12 | 1B | 47 | 30 |
| Octal | 320 | 162 | 43 | 0 | 55 | 123 | 22 | 33 | 107 | 60 |
| Binary | 11010000 | 1110010 | 100011 | 0 | 101101 | 1010011 | 10010 | 11011 | 1000111 | 110000 |
Color Harmonies of #D07223
Complementary color
Monochromatic Colors of #D07223
Black with #D07223
Text Example
Text Example
White with #D07223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07223; }
p { color: rgb(208,114,35); }
H1.HeaderClassName
{
color: #D07223;
}
.AnyTagClassName
{
color: #D07223;
}
</style>
background-color css
<style>
a { background-color: #D07223; }
a { background-color: rgb(208,114,35); }
div.DivClassName
{
background-color: #D07223;
}
.BgClassName
{
background-color: #D07223;
}
</style>
border-color css
<style>
span { border-color: #D07223; }
span { border-color: rgb(208,114,35); }
td.TdClassName
{
border-color: #D07223;
}
.TagClassName
{
border-color: #D07223;
}
</style>