Html Css Color HEX #DF8560 Copper

📋 copy color: '#DF8560'

red 223 ◦ green 133 ◦ blue 96

#DF8560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper #DF8560

Tints of Copper #DF8560

RGB

 RED value IS 223 (87.5% from 255) = 49.34%

 GREEN value IS 133 (52.34% from 255) = 29.42%

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 49.34%
G = 29.42%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF8560 (or 0xDF8560) is known color: Copper. HEX triplet: DF, 85 and 60. RGB value is (223,133,96). Sum of RGB (Red+Green+Blue) = 223+133+96=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8560 is #207A9F. Grayscale: #9B9B9B. Windows color (decimal): -2128544 or 6325727. OLE color: 6325727.

HSL color Cylindrical-coordinate representation of color #DF8560: hue angle of 17.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF8560 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 96 -
CMYK 0 0.40 0.57 0.13
HSL 17.48º 0.66% 0.63% -
HSV(B) 17.48º 0.57% 0.87% -
XYZ 40.93 33.31 15.34 -
YUV 155.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 223 133 96 0 0.40 0.57 0.13 17.48 0.66 0.63
Hex DF 85 60 0 28 39 D 11 42 3F
Octal 337 205 140 0 50 71 15 21 102 77
Binary 11011111 10000101 1100000 0 101000 111001 1101 10001 1000010 111111

Color Harmonies of #DF8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8560

Black with #DF8560

Text Example


Text Example

White with #DF8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8560; }

 p { color: rgb(223,133,96); }

 H1.HeaderClassName
 {
   color: #DF8560;
 }
 .AnyTagClassName
 {
   color: #DF8560;
 }
</style>

background-color css

<style>
 a { background-color: #DF8560; }

 a { background-color: rgb(223,133,96); }

 div.DivClassName
 {
   background-color: #DF8560;
 }
 .BgClassName
 {
   background-color: #DF8560;
 }
</style>

border-color css

<style>
 span { border-color: #DF8560; }

 span { border-color: rgb(223,133,96); }

 td.TdClassName
 {
   border-color: #DF8560;
 }
 .TagClassName
 {
   border-color: #DF8560;
 }
</style>