Html Css Color HEX #DF8E70 Copper

📋 copy color: '#DF8E70'

red 223 ◦ green 142 ◦ blue 112

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

Shades of Copper #DF8E70

Tints of Copper #DF8E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 46.75%
G = 29.77%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF8E70 (or 0xDF8E70) is known color: Copper. HEX triplet: DF, 8E and 70. RGB value is (223,142,112). Sum of RGB (Red+Green+Blue) = 223+142+112=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E70 is #20718F. Grayscale: #A3A3A3. Windows color (decimal): -2126224 or 7376607. OLE color: 7376607.

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

Color convert

RGB 223 142 112 -
CMYK 0 0.36 0.50 0.13
HSL 16.22º 0.63% 0.66% -
HSV(B) 16.22º 0.5% 0.87% -
XYZ 43.03 36.2 20.05 -
YUV 162.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 223 142 112 0 0.36 0.50 0.13 16.22 0.63 0.66
Hex DF 8E 70 0 24 32 D 10 3F 42
Octal 337 216 160 0 44 62 15 20 77 102
Binary 11011111 10001110 1110000 0 100100 110010 1101 10000 111111 1000010

Color Harmonies of #DF8E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E70

Black with #DF8E70

Text Example


Text Example

White with #DF8E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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