Shades of Ochre #DD7815
Tints of Ochre #DD7815
RGB
CMYK
RGB Variations
Color information
#DD7815 (or 0xDD7815) is known color: Ochre. HEX triplet: DD, 78 and 15. RGB value is (221,120,21). Sum of RGB (Red+Green+Blue) = 221+120+21=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7815 is #2287EA. Grayscale: #8B8B8B. Windows color (decimal): -2263019 or 1407197. OLE color: 1407197.
HSL color Cylindrical-coordinate representation of color #DD7815: hue angle of 29.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7815 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 21 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.13 |
| HSL | 29.7º | 0.83% | 0.47% | - |
| HSV(B) | 29.7º | 0.9% | 0.87% | - |
| XYZ | 36.67 | 28.86 | 4.35 | - |
| YUV | 138.91 | 61.46 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 21 | 0 | 0.46 | 0.90 | 0.13 | 29.7 | 0.83 | 0.47 |
| Hex | DD | 78 | 15 | 0 | 2E | 5A | D | 1E | 53 | 2F |
| Octal | 335 | 170 | 25 | 0 | 56 | 132 | 15 | 36 | 123 | 57 |
| Binary | 11011101 | 1111000 | 10101 | 0 | 101110 | 1011010 | 1101 | 11110 | 1010011 | 101111 |
Color Harmonies of #DD7815
Complementary color
Monochromatic Colors of #DD7815
Black with #DD7815
Text Example
Text Example
White with #DD7815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7815; }
p { color: rgb(221,120,21); }
H1.HeaderClassName
{
color: #DD7815;
}
.AnyTagClassName
{
color: #DD7815;
}
</style>
background-color css
<style>
a { background-color: #DD7815; }
a { background-color: rgb(221,120,21); }
div.DivClassName
{
background-color: #DD7815;
}
.BgClassName
{
background-color: #DD7815;
}
</style>
border-color css
<style>
span { border-color: #DD7815; }
span { border-color: rgb(221,120,21); }
td.TdClassName
{
border-color: #DD7815;
}
.TagClassName
{
border-color: #DD7815;
}
</style>