Html Css Color HEX #DF8F70 Copper

📋 copy color: '#DF8F70'

red 223 ◦ green 143 ◦ blue 112

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

Shades of Copper #DF8F70

Tints of Copper #DF8F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.92%

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

R = 46.65%
G = 29.92%
B = 23.43%

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

#DF8F70 (or 0xDF8F70) is known color: Copper. HEX triplet: DF, 8F and 70. RGB value is (223,143,112). Sum of RGB (Red+Green+Blue) = 223+143+112=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F70 is #20708F. Grayscale: #A3A3A3. Windows color (decimal): -2125968 or 7376863. OLE color: 7376863.

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

Color convert

RGB 223 143 112 -
CMYK 0 0.36 0.50 0.13
HSL 16.76º 0.63% 0.66% -
HSV(B) 16.76º 0.5% 0.87% -
XYZ 43.18 36.5 20.1 -
YUV 163.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 223 143 112 0 0.36 0.50 0.13 16.76 0.63 0.66
Hex DF 8F 70 0 24 32 D 11 3F 42
Octal 337 217 160 0 44 62 15 21 77 102
Binary 11011111 10001111 1110000 0 100100 110010 1101 10001 111111 1000010

Color Harmonies of #DF8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F70

Black with #DF8F70

Text Example


Text Example

White with #DF8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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