Html Css Color HEX #DF886D Copper

📋 copy color: '#DF886D'

red 223 ◦ green 136 ◦ blue 109

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

Shades of Copper #DF886D

Tints of Copper #DF886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 47.65%
G = 29.06%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF886D (or 0xDF886D) is known color: Copper. HEX triplet: DF, 88 and 6D. RGB value is (223,136,109). Sum of RGB (Red+Green+Blue) = 223+136+109=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF886D is #207792. Grayscale: #9F9F9F. Windows color (decimal): -2127763 or 7178463. OLE color: 7178463.

HSL color Cylindrical-coordinate representation of color #DF886D: hue angle of 14.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF886D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 109 -
CMYK 0 0.39 0.51 0.13
HSL 14.21º 0.64% 0.65% -
HSV(B) 14.21º 0.51% 0.87% -
XYZ 42 34.4 18.89 -
YUV 158.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 223 136 109 0 0.39 0.51 0.13 14.21 0.64 0.65
Hex DF 88 6D 0 27 33 D E 40 41
Octal 337 210 155 0 47 63 15 16 100 101
Binary 11011111 10001000 1101101 0 100111 110011 1101 1110 1000000 1000001

Color Harmonies of #DF886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF886D

Black with #DF886D

Text Example


Text Example

White with #DF886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF886D; }

 p { color: rgb(223,136,109); }

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

background-color css

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

 a { background-color: rgb(223,136,109); }

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

border-color css

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

 span { border-color: rgb(223,136,109); }

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