Shades of Ochre #D57927
Tints of Ochre #D57927
RGB
CMYK
RGB Variations
Color information
#D57927 (or 0xD57927) is known color: Ochre. HEX triplet: D5, 79 and 27. RGB value is (213,121,39). Sum of RGB (Red+Green+Blue) = 213+121+39=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D57927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57927 is #2A86D8. Grayscale: #8B8B8B. Windows color (decimal): -2787033 or 2587093. OLE color: 2587093.
HSL color Cylindrical-coordinate representation of color #D57927: hue angle of 28.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D57927 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 39 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.16 |
| HSL | 28.28º | 0.69% | 0.49% | - |
| HSV(B) | 28.28º | 0.82% | 0.84% | - |
| XYZ | 34.64 | 27.97 | 5.49 | - |
| YUV | 139.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 39 | 0 | 0.43 | 0.82 | 0.16 | 28.28 | 0.69 | 0.49 |
| Hex | D5 | 79 | 27 | 0 | 2B | 52 | 10 | 1C | 45 | 31 |
| Octal | 325 | 171 | 47 | 0 | 53 | 122 | 20 | 34 | 105 | 61 |
| Binary | 11010101 | 1111001 | 100111 | 0 | 101011 | 1010010 | 10000 | 11100 | 1000101 | 110001 |
Color Harmonies of #D57927
Complementary color
Monochromatic Colors of #D57927
Black with #D57927
Text Example
Text Example
White with #D57927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57927; }
p { color: rgb(213,121,39); }
H1.HeaderClassName
{
color: #D57927;
}
.AnyTagClassName
{
color: #D57927;
}
</style>
background-color css
<style>
a { background-color: #D57927; }
a { background-color: rgb(213,121,39); }
div.DivClassName
{
background-color: #D57927;
}
.BgClassName
{
background-color: #D57927;
}
</style>
border-color css
<style>
span { border-color: #D57927; }
span { border-color: rgb(213,121,39); }
td.TdClassName
{
border-color: #D57927;
}
.TagClassName
{
border-color: #D57927;
}
</style>