Shades of Ochre #D27A25
Tints of Ochre #D27A25
RGB
CMYK
RGB Variations
Color information
#D27A25 (or 0xD27A25) is known color: Ochre. HEX triplet: D2, 7A and 25. RGB value is (210,122,37). Sum of RGB (Red+Green+Blue) = 210+122+37=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A25 is #2D85DA. Grayscale: #8B8B8B. Windows color (decimal): -2983387 or 2456274. OLE color: 2456274.
HSL color Cylindrical-coordinate representation of color #D27A25: hue angle of 29.48º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D27A25 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 37 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.18 |
| HSL | 29.48º | 0.7% | 0.48% | - |
| HSV(B) | 29.48º | 0.82% | 0.82% | - |
| XYZ | 33.87 | 27.75 | 5.32 | - |
| YUV | 138.62 | 70.65 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 37 | 0 | 0.42 | 0.82 | 0.18 | 29.48 | 0.7 | 0.48 |
| Hex | D2 | 7A | 25 | 0 | 2A | 52 | 12 | 1D | 46 | 30 |
| Octal | 322 | 172 | 45 | 0 | 52 | 122 | 22 | 35 | 106 | 60 |
| Binary | 11010010 | 1111010 | 100101 | 0 | 101010 | 1010010 | 10010 | 11101 | 1000110 | 110000 |
Color Harmonies of #D27A25
Complementary color
Monochromatic Colors of #D27A25
Black with #D27A25
Text Example
Text Example
White with #D27A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A25; }
p { color: rgb(210,122,37); }
H1.HeaderClassName
{
color: #D27A25;
}
.AnyTagClassName
{
color: #D27A25;
}
</style>
background-color css
<style>
a { background-color: #D27A25; }
a { background-color: rgb(210,122,37); }
div.DivClassName
{
background-color: #D27A25;
}
.BgClassName
{
background-color: #D27A25;
}
</style>
border-color css
<style>
span { border-color: #D27A25; }
span { border-color: rgb(210,122,37); }
td.TdClassName
{
border-color: #D27A25;
}
.TagClassName
{
border-color: #D27A25;
}
</style>