Shades of Ochre #D37628
Tints of Ochre #D37628
RGB
CMYK
RGB Variations
Color information
#D37628 (or 0xD37628) is known color: Ochre. HEX triplet: D3, 76 and 28. RGB value is (211,118,40). Sum of RGB (Red+Green+Blue) = 211+118+40=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D37628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37628 is #2C89D7. Grayscale: #898989. Windows color (decimal): -2918872 or 2651859. OLE color: 2651859.
HSL color Cylindrical-coordinate representation of color #D37628: hue angle of 27.37º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D37628 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 40 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.17 |
| HSL | 27.37º | 0.68% | 0.49% | - |
| HSV(B) | 27.37º | 0.81% | 0.83% | - |
| XYZ | 33.73 | 26.96 | 5.43 | - |
| YUV | 136.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 40 | 0 | 0.44 | 0.81 | 0.17 | 27.37 | 0.68 | 0.49 |
| Hex | D3 | 76 | 28 | 0 | 2C | 51 | 11 | 1B | 44 | 31 |
| Octal | 323 | 166 | 50 | 0 | 54 | 121 | 21 | 33 | 104 | 61 |
| Binary | 11010011 | 1110110 | 101000 | 0 | 101100 | 1010001 | 10001 | 11011 | 1000100 | 110001 |
Color Harmonies of #D37628
Complementary color
Monochromatic Colors of #D37628
Black with #D37628
Text Example
Text Example
White with #D37628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37628; }
p { color: rgb(211,118,40); }
H1.HeaderClassName
{
color: #D37628;
}
.AnyTagClassName
{
color: #D37628;
}
</style>
background-color css
<style>
a { background-color: #D37628; }
a { background-color: rgb(211,118,40); }
div.DivClassName
{
background-color: #D37628;
}
.BgClassName
{
background-color: #D37628;
}
</style>
border-color css
<style>
span { border-color: #D37628; }
span { border-color: rgb(211,118,40); }
td.TdClassName
{
border-color: #D37628;
}
.TagClassName
{
border-color: #D37628;
}
</style>