Shades of Ochre #DD801C
Tints of Ochre #DD801C
RGB
CMYK
RGB Variations
Color information
#DD801C (or 0xDD801C) is known color: Ochre. HEX triplet: DD, 80 and 1C. RGB value is (221,128,28). Sum of RGB (Red+Green+Blue) = 221+128+28=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD801C is #227FE3. Grayscale: #909090. Windows color (decimal): -2260964 or 1867997. OLE color: 1867997.
HSL color Cylindrical-coordinate representation of color #DD801C: hue angle of 31.09º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD801C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 28 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.13 |
| HSL | 31.09º | 0.78% | 0.49% | - |
| HSV(B) | 31.09º | 0.87% | 0.87% | - |
| XYZ | 37.75 | 30.89 | 5.07 | - |
| YUV | 144.41 | 62.31 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 28 | 0 | 0.42 | 0.87 | 0.13 | 31.09 | 0.78 | 0.49 |
| Hex | DD | 80 | 1C | 0 | 2A | 57 | D | 1F | 4E | 31 |
| Octal | 335 | 200 | 34 | 0 | 52 | 127 | 15 | 37 | 116 | 61 |
| Binary | 11011101 | 10000000 | 11100 | 0 | 101010 | 1010111 | 1101 | 11111 | 1001110 | 110001 |
Color Harmonies of #DD801C
Complementary color
Monochromatic Colors of #DD801C
Black with #DD801C
Text Example
Text Example
White with #DD801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD801C; }
p { color: rgb(221,128,28); }
H1.HeaderClassName
{
color: #DD801C;
}
.AnyTagClassName
{
color: #DD801C;
}
</style>
background-color css
<style>
a { background-color: #DD801C; }
a { background-color: rgb(221,128,28); }
div.DivClassName
{
background-color: #DD801C;
}
.BgClassName
{
background-color: #DD801C;
}
</style>
border-color css
<style>
span { border-color: #DD801C; }
span { border-color: rgb(221,128,28); }
td.TdClassName
{
border-color: #DD801C;
}
.TagClassName
{
border-color: #DD801C;
}
</style>