Shades of Ochre #D37225
Tints of Ochre #D37225
RGB
CMYK
RGB Variations
Color information
#D37225 (or 0xD37225) is known color: Ochre. HEX triplet: D3, 72 and 25. RGB value is (211,114,37). Sum of RGB (Red+Green+Blue) = 211+114+37=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D37225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37225 is #2C8DDA. Grayscale: #868686. Windows color (decimal): -2919899 or 2454227. OLE color: 2454227.
HSL color Cylindrical-coordinate representation of color #D37225: hue angle of 26.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D37225 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 37 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.17 |
| HSL | 26.55º | 0.7% | 0.49% | - |
| HSV(B) | 26.55º | 0.82% | 0.83% | - |
| XYZ | 33.22 | 26.02 | 5.02 | - |
| YUV | 134.23 | 73.14 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 37 | 0 | 0.46 | 0.82 | 0.17 | 26.55 | 0.7 | 0.49 |
| Hex | D3 | 72 | 25 | 0 | 2E | 52 | 11 | 1B | 46 | 31 |
| Octal | 323 | 162 | 45 | 0 | 56 | 122 | 21 | 33 | 106 | 61 |
| Binary | 11010011 | 1110010 | 100101 | 0 | 101110 | 1010010 | 10001 | 11011 | 1000110 | 110001 |
Color Harmonies of #D37225
Complementary color
Monochromatic Colors of #D37225
Black with #D37225
Text Example
Text Example
White with #D37225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37225; }
p { color: rgb(211,114,37); }
H1.HeaderClassName
{
color: #D37225;
}
.AnyTagClassName
{
color: #D37225;
}
</style>
background-color css
<style>
a { background-color: #D37225; }
a { background-color: rgb(211,114,37); }
div.DivClassName
{
background-color: #D37225;
}
.BgClassName
{
background-color: #D37225;
}
</style>
border-color css
<style>
span { border-color: #D37225; }
span { border-color: rgb(211,114,37); }
td.TdClassName
{
border-color: #D37225;
}
.TagClassName
{
border-color: #D37225;
}
</style>