Shades of Flamenco #DF874B
Tints of Flamenco #DF874B
RGB
CMYK
RGB Variations
Color information
#DF874B (or 0xDF874B) is known color: Flamenco. HEX triplet: DF, 87 and 4B. RGB value is (223,135,75). Sum of RGB (Red+Green+Blue) = 223+135+75=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF874B is #2078B4. Grayscale: #9A9A9A. Windows color (decimal): -2128053 or 4949983. OLE color: 4949983.
HSL color Cylindrical-coordinate representation of color #DF874B: hue angle of 24.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF874B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 75 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.13 |
| HSL | 24.32º | 0.7% | 0.58% | - |
| HSV(B) | 24.32º | 0.66% | 0.87% | - |
| XYZ | 40.37 | 33.52 | 11 | - |
| YUV | 154.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 75 | 0 | 0.39 | 0.66 | 0.13 | 24.32 | 0.7 | 0.58 |
| Hex | DF | 87 | 4B | 0 | 27 | 42 | D | 18 | 46 | 3A |
| Octal | 337 | 207 | 113 | 0 | 47 | 102 | 15 | 30 | 106 | 72 |
| Binary | 11011111 | 10000111 | 1001011 | 0 | 100111 | 1000010 | 1101 | 11000 | 1000110 | 111010 |
Color Harmonies of #DF874B
Complementary color
Monochromatic Colors of #DF874B
Black with #DF874B
Text Example
Text Example
White with #DF874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF874B; }
p { color: rgb(223,135,75); }
H1.HeaderClassName
{
color: #DF874B;
}
.AnyTagClassName
{
color: #DF874B;
}
</style>
background-color css
<style>
a { background-color: #DF874B; }
a { background-color: rgb(223,135,75); }
div.DivClassName
{
background-color: #DF874B;
}
.BgClassName
{
background-color: #DF874B;
}
</style>
border-color css
<style>
span { border-color: #DF874B; }
span { border-color: rgb(223,135,75); }
td.TdClassName
{
border-color: #DF874B;
}
.TagClassName
{
border-color: #DF874B;
}
</style>