Shades of Ochre #D5801D
Tints of Ochre #D5801D
RGB
CMYK
RGB Variations
Color information
#D5801D (or 0xD5801D) is known color: Ochre. HEX triplet: D5, 80 and 1D. RGB value is (213,128,29). Sum of RGB (Red+Green+Blue) = 213+128+29=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5801D is #2A7FE2. Grayscale: #8E8E8E. Windows color (decimal): -2785251 or 1933525. OLE color: 1933525.
HSL color Cylindrical-coordinate representation of color #D5801D: hue angle of 32.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5801D is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 29 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.16 |
| HSL | 32.28º | 0.76% | 0.47% | - |
| HSV(B) | 32.28º | 0.86% | 0.84% | - |
| XYZ | 35.38 | 29.67 | 5.03 | - |
| YUV | 142.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 29 | 0 | 0.40 | 0.86 | 0.16 | 32.28 | 0.76 | 0.47 |
| Hex | D5 | 80 | 1D | 0 | 28 | 56 | 10 | 20 | 4C | 2F |
| Octal | 325 | 200 | 35 | 0 | 50 | 126 | 20 | 40 | 114 | 57 |
| Binary | 11010101 | 10000000 | 11101 | 0 | 101000 | 1010110 | 10000 | 100000 | 1001100 | 101111 |
Color Harmonies of #D5801D
Complementary color
Monochromatic Colors of #D5801D
Black with #D5801D
Text Example
Text Example
White with #D5801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5801D; }
p { color: rgb(213,128,29); }
H1.HeaderClassName
{
color: #D5801D;
}
.AnyTagClassName
{
color: #D5801D;
}
</style>
background-color css
<style>
a { background-color: #D5801D; }
a { background-color: rgb(213,128,29); }
div.DivClassName
{
background-color: #D5801D;
}
.BgClassName
{
background-color: #D5801D;
}
</style>
border-color css
<style>
span { border-color: #D5801D; }
span { border-color: rgb(213,128,29); }
td.TdClassName
{
border-color: #D5801D;
}
.TagClassName
{
border-color: #D5801D;
}
</style>