Shades of Ochre #D68223
Tints of Ochre #D68223
RGB
CMYK
RGB Variations
Color information
#D68223 (or 0xD68223) is known color: Ochre. HEX triplet: D6, 82 and 23. RGB value is (214,130,35). Sum of RGB (Red+Green+Blue) = 214+130+35=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D68223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68223 is #297DDC. Grayscale: #909090. Windows color (decimal): -2719197 or 2327254. OLE color: 2327254.
HSL color Cylindrical-coordinate representation of color #D68223: hue angle of 31.84º 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 #D68223 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 35 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.16 |
| HSL | 31.84º | 0.72% | 0.49% | - |
| HSV(B) | 31.84º | 0.84% | 0.84% | - |
| XYZ | 36.02 | 30.38 | 5.56 | - |
| YUV | 144.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 35 | 0 | 0.39 | 0.84 | 0.16 | 31.84 | 0.72 | 0.49 |
| Hex | D6 | 82 | 23 | 0 | 27 | 54 | 10 | 20 | 48 | 31 |
| Octal | 326 | 202 | 43 | 0 | 47 | 124 | 20 | 40 | 110 | 61 |
| Binary | 11010110 | 10000010 | 100011 | 0 | 100111 | 1010100 | 10000 | 100000 | 1001000 | 110001 |
Color Harmonies of #D68223
Complementary color
Monochromatic Colors of #D68223
Black with #D68223
Text Example
Text Example
White with #D68223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68223; }
p { color: rgb(214,130,35); }
H1.HeaderClassName
{
color: #D68223;
}
.AnyTagClassName
{
color: #D68223;
}
</style>
background-color css
<style>
a { background-color: #D68223; }
a { background-color: rgb(214,130,35); }
div.DivClassName
{
background-color: #D68223;
}
.BgClassName
{
background-color: #D68223;
}
</style>
border-color css
<style>
span { border-color: #D68223; }
span { border-color: rgb(214,130,35); }
td.TdClassName
{
border-color: #D68223;
}
.TagClassName
{
border-color: #D68223;
}
</style>