Html Css Color HEX #DF8E6E Copper

📋 copy color: '#DF8E6E'

red 223 ◦ green 142 ◦ blue 110

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

Shades of Copper #DF8E6E

Tints of Copper #DF8E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.89%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 46.95%
G = 29.89%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF8E6E (or 0xDF8E6E) is known color: Copper. HEX triplet: DF, 8E and 6E. RGB value is (223,142,110). Sum of RGB (Red+Green+Blue) = 223+142+110=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E6E is #207191. Grayscale: #A2A2A2. Windows color (decimal): -2126226 or 7245535. OLE color: 7245535.

HSL color Cylindrical-coordinate representation of color #DF8E6E: hue angle of 16.99º 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 #DF8E6E is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 142 110 -
CMYK 0 0.36 0.51 0.13
HSL 16.99º 0.64% 0.65% -
HSV(B) 16.99º 0.51% 0.87% -
XYZ 42.92 36.16 19.47 -
YUV 162.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 223 142 110 0 0.36 0.51 0.13 16.99 0.64 0.65
Hex DF 8E 6E 0 24 33 D 11 40 41
Octal 337 216 156 0 44 63 15 21 100 101
Binary 11011111 10001110 1101110 0 100100 110011 1101 10001 1000000 1000001

Color Harmonies of #DF8E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E6E

Black with #DF8E6E

Text Example


Text Example

White with #DF8E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E6E; }

 p { color: rgb(223,142,110); }

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

background-color css

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

 a { background-color: rgb(223,142,110); }

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

border-color css

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

 span { border-color: rgb(223,142,110); }

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