Html Css Color HEX #DF8E72 Copper

📋 copy color: '#DF8E72'

red 223 ◦ green 142 ◦ blue 114

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

Shades of Copper #DF8E72

Tints of Copper #DF8E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.8%

R = 46.56%
G = 29.65%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF8E72 (or 0xDF8E72) is known color: Copper. HEX triplet: DF, 8E and 72. RGB value is (223,142,114). Sum of RGB (Red+Green+Blue) = 223+142+114=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E72 is #20718D. Grayscale: #A3A3A3. Windows color (decimal): -2126222 or 7507679. OLE color: 7507679.

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

Color convert

RGB 223 142 114 -
CMYK 0 0.36 0.49 0.13
HSL 15.41º 0.63% 0.66% -
HSV(B) 15.41º 0.49% 0.87% -
XYZ 43.14 36.25 20.64 -
YUV 163.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 223 142 114 0 0.36 0.49 0.13 15.41 0.63 0.66
Hex DF 8E 72 0 24 31 D F 3F 42
Octal 337 216 162 0 44 61 15 17 77 102
Binary 11011111 10001110 1110010 0 100100 110001 1101 1111 111111 1000010

Color Harmonies of #DF8E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E72

Black with #DF8E72

Text Example


Text Example

White with #DF8E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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