Html Css Color HEX #DF8E73 Copper

📋 copy color: '#DF8E73'

red 223 ◦ green 142 ◦ blue 115

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

Shades of Copper #DF8E73

Tints of Copper #DF8E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 46.46%
G = 29.58%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF8E73 (or 0xDF8E73) is known color: Copper. HEX triplet: DF, 8E and 73. RGB value is (223,142,115). Sum of RGB (Red+Green+Blue) = 223+142+115=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8E73 is #20718C. Grayscale: #A3A3A3. Windows color (decimal): -2126221 or 7573215. OLE color: 7573215.

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

Color convert

RGB 223 142 115 -
CMYK 0 0.36 0.48 0.13
HSL 15º 0.63% 0.66% -
HSV(B) 15º 0.48% 0.87% -
XYZ 43.2 36.27 20.94 -
YUV 163.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 223 142 115 0 0.36 0.48 0.13 15 0.63 0.66
Hex DF 8E 73 0 24 30 D F 3F 42
Octal 337 216 163 0 44 60 15 17 77 102
Binary 11011111 10001110 1110011 0 100100 110000 1101 1111 111111 1000010

Color Harmonies of #DF8E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E73

Black with #DF8E73

Text Example


Text Example

White with #DF8E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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