Shades of Ochre #DA8223
Tints of Ochre #DA8223
RGB
CMYK
RGB Variations
Color information
#DA8223 (or 0xDA8223) is known color: Ochre. HEX triplet: DA, 82 and 23. RGB value is (218,130,35). Sum of RGB (Red+Green+Blue) = 218+130+35=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8223 is #257DDC. Grayscale: #919191. Windows color (decimal): -2457053 or 2327258. OLE color: 2327258.
HSL color Cylindrical-coordinate representation of color #DA8223: hue angle of 31.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA8223 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 35 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.15 |
| HSL | 31.15º | 0.72% | 0.5% | - |
| HSV(B) | 31.15º | 0.84% | 0.85% | - |
| XYZ | 37.2 | 30.99 | 5.61 | - |
| YUV | 145.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 35 | 0 | 0.40 | 0.84 | 0.15 | 31.15 | 0.72 | 0.5 |
| Hex | DA | 82 | 23 | 0 | 28 | 54 | F | 1F | 48 | 32 |
| Octal | 332 | 202 | 43 | 0 | 50 | 124 | 17 | 37 | 110 | 62 |
| Binary | 11011010 | 10000010 | 100011 | 0 | 101000 | 1010100 | 1111 | 11111 | 1001000 | 110010 |
Color Harmonies of #DA8223
Complementary color
Monochromatic Colors of #DA8223
Black with #DA8223
Text Example
Text Example
White with #DA8223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8223; }
p { color: rgb(218,130,35); }
H1.HeaderClassName
{
color: #DA8223;
}
.AnyTagClassName
{
color: #DA8223;
}
</style>
background-color css
<style>
a { background-color: #DA8223; }
a { background-color: rgb(218,130,35); }
div.DivClassName
{
background-color: #DA8223;
}
.BgClassName
{
background-color: #DA8223;
}
</style>
border-color css
<style>
span { border-color: #DA8223; }
span { border-color: rgb(218,130,35); }
td.TdClassName
{
border-color: #DA8223;
}
.TagClassName
{
border-color: #DA8223;
}
</style>