Shades of Ochre #D5801A
Tints of Ochre #D5801A
RGB
CMYK
RGB Variations
Color information
#D5801A (or 0xD5801A) is known color: Ochre. HEX triplet: D5, 80 and 1A. RGB value is (213,128,26). Sum of RGB (Red+Green+Blue) = 213+128+26=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D5801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5801A is #2A7FE5. Grayscale: #8E8E8E. Windows color (decimal): -2785254 or 1736917. OLE color: 1736917.
HSL color Cylindrical-coordinate representation of color #D5801A: hue angle of 32.73º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5801A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 26 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.16 |
| HSL | 32.73º | 0.78% | 0.47% | - |
| HSV(B) | 32.73º | 0.88% | 0.84% | - |
| XYZ | 35.35 | 29.66 | 4.84 | - |
| YUV | 141.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 26 | 0 | 0.40 | 0.88 | 0.16 | 32.73 | 0.78 | 0.47 |
| Hex | D5 | 80 | 1A | 0 | 28 | 58 | 10 | 21 | 4E | 2F |
| Octal | 325 | 200 | 32 | 0 | 50 | 130 | 20 | 41 | 116 | 57 |
| Binary | 11010101 | 10000000 | 11010 | 0 | 101000 | 1011000 | 10000 | 100001 | 1001110 | 101111 |
Color Harmonies of #D5801A
Complementary color
Monochromatic Colors of #D5801A
Black with #D5801A
Text Example
Text Example
White with #D5801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5801A; }
p { color: rgb(213,128,26); }
H1.HeaderClassName
{
color: #D5801A;
}
.AnyTagClassName
{
color: #D5801A;
}
</style>
background-color css
<style>
a { background-color: #D5801A; }
a { background-color: rgb(213,128,26); }
div.DivClassName
{
background-color: #D5801A;
}
.BgClassName
{
background-color: #D5801A;
}
</style>
border-color css
<style>
span { border-color: #D5801A; }
span { border-color: rgb(213,128,26); }
td.TdClassName
{
border-color: #D5801A;
}
.TagClassName
{
border-color: #D5801A;
}
</style>