Shades of Ochre #D5821B
Tints of Ochre #D5821B
RGB
CMYK
RGB Variations
Color information
#D5821B (or 0xD5821B) is known color: Ochre. HEX triplet: D5, 82 and 1B. RGB value is (213,130,27). Sum of RGB (Red+Green+Blue) = 213+130+27=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5821B is #2A7DE4. Grayscale: #8F8F8F. Windows color (decimal): -2784741 or 1802965. OLE color: 1802965.
HSL color Cylindrical-coordinate representation of color #D5821B: hue angle of 33.23º 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 #D5821B is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 27 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.16 |
| HSL | 33.23º | 0.78% | 0.47% | - |
| HSV(B) | 33.23º | 0.87% | 0.84% | - |
| XYZ | 35.62 | 30.19 | 4.99 | - |
| YUV | 143.08 | 62.5 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 27 | 0 | 0.39 | 0.87 | 0.16 | 33.23 | 0.78 | 0.47 |
| Hex | D5 | 82 | 1B | 0 | 27 | 57 | 10 | 21 | 4E | 2F |
| Octal | 325 | 202 | 33 | 0 | 47 | 127 | 20 | 41 | 116 | 57 |
| Binary | 11010101 | 10000010 | 11011 | 0 | 100111 | 1010111 | 10000 | 100001 | 1001110 | 101111 |
Color Harmonies of #D5821B
Complementary color
Monochromatic Colors of #D5821B
Black with #D5821B
Text Example
Text Example
White with #D5821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5821B; }
p { color: rgb(213,130,27); }
H1.HeaderClassName
{
color: #D5821B;
}
.AnyTagClassName
{
color: #D5821B;
}
</style>
background-color css
<style>
a { background-color: #D5821B; }
a { background-color: rgb(213,130,27); }
div.DivClassName
{
background-color: #D5821B;
}
.BgClassName
{
background-color: #D5821B;
}
</style>
border-color css
<style>
span { border-color: #D5821B; }
span { border-color: rgb(213,130,27); }
td.TdClassName
{
border-color: #D5821B;
}
.TagClassName
{
border-color: #D5821B;
}
</style>