Shades of Copper #DF885B
Tints of Copper #DF885B
RGB
CMYK
RGB Variations
Color information
#DF885B (or 0xDF885B) is known color: Copper. HEX triplet: DF, 88 and 5B. RGB value is (223,136,91). Sum of RGB (Red+Green+Blue) = 223+136+91=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF885B is #2077A4. Grayscale: #9D9D9D. Windows color (decimal): -2127781 or 5998815. OLE color: 5998815.
HSL color Cylindrical-coordinate representation of color #DF885B: hue angle of 20.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF885B is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 136 | 91 | - |
CMYK | 0 | 0.39 | 0.59 | 0.13 |
HSL | 20.45º | 0.67% | 0.62% | - |
HSV(B) | 20.45º | 0.59% | 0.87% | - |
XYZ | 41.12 | 34.05 | 14.3 | - |
YUV | 156.88 | 90.82 | 175.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 136 | 91 | 0 | 0.39 | 0.59 | 0.13 | 20.45 | 0.67 | 0.62 |
Hex | DF | 88 | 5B | 0 | 27 | 3B | D | 14 | 43 | 3E |
Octal | 337 | 210 | 133 | 0 | 47 | 73 | 15 | 24 | 103 | 76 |
Binary | 11011111 | 10001000 | 1011011 | 0 | 100111 | 111011 | 1101 | 10100 | 1000011 | 111110 |
Color Harmonies of #DF885B
Complementary color
Monochromatic Colors of #DF885B
Black with #DF885B
Text Example
Text Example
White with #DF885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF885B; }
p { color: rgb(223,136,91); }
H1.HeaderClassName
{
color: #DF885B;
}
.AnyTagClassName
{
color: #DF885B;
}
</style>
background-color css
<style>
a { background-color: #DF885B; }
a { background-color: rgb(223,136,91); }
div.DivClassName
{
background-color: #DF885B;
}
.BgClassName
{
background-color: #DF885B;
}
</style>
border-color css
<style>
span { border-color: #DF885B; }
span { border-color: rgb(223,136,91); }
td.TdClassName
{
border-color: #DF885B;
}
.TagClassName
{
border-color: #DF885B;
}
</style>