Html Css Color HEX #DF885E Copper

📋 copy color: '#DF885E'

red 223 ◦ green 136 ◦ blue 94

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

Shades of Copper #DF885E

Tints of Copper #DF885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 49.23%
G = 30.02%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF885E (or 0xDF885E) is known color: Copper. HEX triplet: DF, 88 and 5E. RGB value is (223,136,94). Sum of RGB (Red+Green+Blue) = 223+136+94=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF885E is #2077A1. Grayscale: #9D9D9D. Windows color (decimal): -2127778 or 6195423. OLE color: 6195423.

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

Color convert

RGB 223 136 94 -
CMYK 0 0.39 0.58 0.13
HSL 19.53º 0.67% 0.62% -
HSV(B) 19.53º 0.58% 0.87% -
XYZ 41.26 34.1 15 -
YUV 157.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 223 136 94 0 0.39 0.58 0.13 19.53 0.67 0.62
Hex DF 88 5E 0 27 3A D 14 43 3E
Octal 337 210 136 0 47 72 15 24 103 76
Binary 11011111 10001000 1011110 0 100111 111010 1101 10100 1000011 111110

Color Harmonies of #DF885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF885E

Black with #DF885E

Text Example


Text Example

White with #DF885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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