Shades of Ochre #DA8123
Tints of Ochre #DA8123
RGB
CMYK
RGB Variations
Color information
#DA8123 (or 0xDA8123) is known color: Ochre. HEX triplet: DA, 81 and 23. RGB value is (218,129,35). Sum of RGB (Red+Green+Blue) = 218+129+35=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8123 is #257EDC. Grayscale: #919191. Windows color (decimal): -2457309 or 2327002. OLE color: 2327002.
HSL color Cylindrical-coordinate representation of color #DA8123: hue angle of 30.82º 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 #DA8123 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 35 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.15 |
| HSL | 30.82º | 0.72% | 0.5% | - |
| HSV(B) | 30.82º | 0.84% | 0.85% | - |
| XYZ | 37.07 | 30.73 | 5.57 | - |
| YUV | 144.9 | 65.99 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 35 | 0 | 0.41 | 0.84 | 0.15 | 30.82 | 0.72 | 0.5 |
| Hex | DA | 81 | 23 | 0 | 29 | 54 | F | 1F | 48 | 32 |
| Octal | 332 | 201 | 43 | 0 | 51 | 124 | 17 | 37 | 110 | 62 |
| Binary | 11011010 | 10000001 | 100011 | 0 | 101001 | 1010100 | 1111 | 11111 | 1001000 | 110010 |
Color Harmonies of #DA8123
Complementary color
Monochromatic Colors of #DA8123
Black with #DA8123
Text Example
Text Example
White with #DA8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8123; }
p { color: rgb(218,129,35); }
H1.HeaderClassName
{
color: #DA8123;
}
.AnyTagClassName
{
color: #DA8123;
}
</style>
background-color css
<style>
a { background-color: #DA8123; }
a { background-color: rgb(218,129,35); }
div.DivClassName
{
background-color: #DA8123;
}
.BgClassName
{
background-color: #DA8123;
}
</style>
border-color css
<style>
span { border-color: #DA8123; }
span { border-color: rgb(218,129,35); }
td.TdClassName
{
border-color: #DA8123;
}
.TagClassName
{
border-color: #DA8123;
}
</style>