Shades of Ochre #D5801C
Tints of Ochre #D5801C
RGB
CMYK
RGB Variations
Color information
#D5801C (or 0xD5801C) is known color: Ochre. HEX triplet: D5, 80 and 1C. RGB value is (213,128,28). Sum of RGB (Red+Green+Blue) = 213+128+28=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5801C is #2A7FE3. Grayscale: #8E8E8E. Windows color (decimal): -2785252 or 1867989. OLE color: 1867989.
HSL color Cylindrical-coordinate representation of color #D5801C: hue angle of 32.43º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5801C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 28 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.16 |
| HSL | 32.43º | 0.77% | 0.47% | - |
| HSV(B) | 32.43º | 0.87% | 0.84% | - |
| XYZ | 35.37 | 29.67 | 4.96 | - |
| YUV | 142.02 | 63.66 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 28 | 0 | 0.40 | 0.87 | 0.16 | 32.43 | 0.77 | 0.47 |
| Hex | D5 | 80 | 1C | 0 | 28 | 57 | 10 | 20 | 4D | 2F |
| Octal | 325 | 200 | 34 | 0 | 50 | 127 | 20 | 40 | 115 | 57 |
| Binary | 11010101 | 10000000 | 11100 | 0 | 101000 | 1010111 | 10000 | 100000 | 1001101 | 101111 |
Color Harmonies of #D5801C
Complementary color
Monochromatic Colors of #D5801C
Black with #D5801C
Text Example
Text Example
White with #D5801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5801C; }
p { color: rgb(213,128,28); }
H1.HeaderClassName
{
color: #D5801C;
}
.AnyTagClassName
{
color: #D5801C;
}
</style>
background-color css
<style>
a { background-color: #D5801C; }
a { background-color: rgb(213,128,28); }
div.DivClassName
{
background-color: #D5801C;
}
.BgClassName
{
background-color: #D5801C;
}
</style>
border-color css
<style>
span { border-color: #D5801C; }
span { border-color: rgb(213,128,28); }
td.TdClassName
{
border-color: #D5801C;
}
.TagClassName
{
border-color: #D5801C;
}
</style>