Shades of Ochre #DC7717
Tints of Ochre #DC7717
RGB
CMYK
RGB Variations
Color information
#DC7717 (or 0xDC7717) is known color: Ochre. HEX triplet: DC, 77 and 17. RGB value is (220,119,23). Sum of RGB (Red+Green+Blue) = 220+119+23=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7717 is #2388E8. Grayscale: #8A8A8A. Windows color (decimal): -2328809 or 1538012. OLE color: 1538012.
HSL color Cylindrical-coordinate representation of color #DC7717: hue angle of 29.24º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7717 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 23 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.14 |
| HSL | 29.24º | 0.81% | 0.48% | - |
| HSV(B) | 29.24º | 0.9% | 0.86% | - |
| XYZ | 36.27 | 28.47 | 4.39 | - |
| YUV | 138.26 | 62.96 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 23 | 0 | 0.46 | 0.90 | 0.14 | 29.24 | 0.81 | 0.48 |
| Hex | DC | 77 | 17 | 0 | 2E | 5A | E | 1D | 51 | 30 |
| Octal | 334 | 167 | 27 | 0 | 56 | 132 | 16 | 35 | 121 | 60 |
| Binary | 11011100 | 1110111 | 10111 | 0 | 101110 | 1011010 | 1110 | 11101 | 1010001 | 110000 |
Color Harmonies of #DC7717
Complementary color
Monochromatic Colors of #DC7717
Black with #DC7717
Text Example
Text Example
White with #DC7717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7717; }
p { color: rgb(220,119,23); }
H1.HeaderClassName
{
color: #DC7717;
}
.AnyTagClassName
{
color: #DC7717;
}
</style>
background-color css
<style>
a { background-color: #DC7717; }
a { background-color: rgb(220,119,23); }
div.DivClassName
{
background-color: #DC7717;
}
.BgClassName
{
background-color: #DC7717;
}
</style>
border-color css
<style>
span { border-color: #DC7717; }
span { border-color: rgb(220,119,23); }
td.TdClassName
{
border-color: #DC7717;
}
.TagClassName
{
border-color: #DC7717;
}
</style>