Shades of Ochre #D57B1E
Tints of Ochre #D57B1E
RGB
CMYK
RGB Variations
Color information
#D57B1E (or 0xD57B1E) is known color: Ochre. HEX triplet: D5, 7B and 1E. RGB value is (213,123,30). Sum of RGB (Red+Green+Blue) = 213+123+30=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57B1E is #2A84E1. Grayscale: #8B8B8B. Windows color (decimal): -2786530 or 1997781. OLE color: 1997781.
HSL color Cylindrical-coordinate representation of color #D57B1E: hue angle of 30.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D57B1E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.16 |
| HSL | 30.49º | 0.75% | 0.48% | - |
| HSV(B) | 30.49º | 0.86% | 0.84% | - |
| XYZ | 34.76 | 28.41 | 4.88 | - |
| YUV | 139.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 30 | 0 | 0.42 | 0.86 | 0.16 | 30.49 | 0.75 | 0.48 |
| Hex | D5 | 7B | 1E | 0 | 2A | 56 | 10 | 1E | 4B | 30 |
| Octal | 325 | 173 | 36 | 0 | 52 | 126 | 20 | 36 | 113 | 60 |
| Binary | 11010101 | 1111011 | 11110 | 0 | 101010 | 1010110 | 10000 | 11110 | 1001011 | 110000 |
Color Harmonies of #D57B1E
Complementary color
Monochromatic Colors of #D57B1E
Black with #D57B1E
Text Example
Text Example
White with #D57B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B1E; }
p { color: rgb(213,123,30); }
H1.HeaderClassName
{
color: #D57B1E;
}
.AnyTagClassName
{
color: #D57B1E;
}
</style>
background-color css
<style>
a { background-color: #D57B1E; }
a { background-color: rgb(213,123,30); }
div.DivClassName
{
background-color: #D57B1E;
}
.BgClassName
{
background-color: #D57B1E;
}
</style>
border-color css
<style>
span { border-color: #D57B1E; }
span { border-color: rgb(213,123,30); }
td.TdClassName
{
border-color: #D57B1E;
}
.TagClassName
{
border-color: #D57B1E;
}
</style>