Shades of Ochre #D27A26
Tints of Ochre #D27A26
RGB
CMYK
RGB Variations
Color information
#D27A26 (or 0xD27A26) is known color: Ochre. HEX triplet: D2, 7A and 26. RGB value is (210,122,38). Sum of RGB (Red+Green+Blue) = 210+122+38=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A26 is #2D85D9. Grayscale: #8B8B8B. Windows color (decimal): -2983386 or 2521810. OLE color: 2521810.
HSL color Cylindrical-coordinate representation of color #D27A26: hue angle of 29.3º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D27A26 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 38 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.18 |
| HSL | 29.3º | 0.69% | 0.49% | - |
| HSV(B) | 29.3º | 0.82% | 0.82% | - |
| XYZ | 33.89 | 27.76 | 5.41 | - |
| YUV | 138.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 38 | 0 | 0.42 | 0.82 | 0.18 | 29.3 | 0.69 | 0.49 |
| Hex | D2 | 7A | 26 | 0 | 2A | 52 | 12 | 1D | 45 | 31 |
| Octal | 322 | 172 | 46 | 0 | 52 | 122 | 22 | 35 | 105 | 61 |
| Binary | 11010010 | 1111010 | 100110 | 0 | 101010 | 1010010 | 10010 | 11101 | 1000101 | 110001 |
Color Harmonies of #D27A26
Complementary color
Monochromatic Colors of #D27A26
Black with #D27A26
Text Example
Text Example
White with #D27A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A26; }
p { color: rgb(210,122,38); }
H1.HeaderClassName
{
color: #D27A26;
}
.AnyTagClassName
{
color: #D27A26;
}
</style>
background-color css
<style>
a { background-color: #D27A26; }
a { background-color: rgb(210,122,38); }
div.DivClassName
{
background-color: #D27A26;
}
.BgClassName
{
background-color: #D27A26;
}
</style>
border-color css
<style>
span { border-color: #D27A26; }
span { border-color: rgb(210,122,38); }
td.TdClassName
{
border-color: #D27A26;
}
.TagClassName
{
border-color: #D27A26;
}
</style>