Html Css Color HEX #DF805E Copper

📋 copy color: '#DF805E'

red 223 ◦ green 128 ◦ blue 94

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

Shades of Copper #DF805E

Tints of Copper #DF805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.76%

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 50.11%
G = 28.76%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF805E (or 0xDF805E) is known color: Copper. HEX triplet: DF, 80 and 5E. RGB value is (223,128,94). Sum of RGB (Red+Green+Blue) = 223+128+94=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF805E is #207FA1. Grayscale: #989898. Windows color (decimal): -2129826 or 6193375. OLE color: 6193375.

HSL color Cylindrical-coordinate representation of color #DF805E: hue angle of 15.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF805E is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 94 -
CMYK 0 0.43 0.58 0.13
HSL 15.81º 0.67% 0.62% -
HSV(B) 15.81º 0.58% 0.87% -
XYZ 40.17 31.93 14.64 -
YUV 152.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 223 128 94 0 0.43 0.58 0.13 15.81 0.67 0.62
Hex DF 80 5E 0 2B 3A D 10 43 3E
Octal 337 200 136 0 53 72 15 20 103 76
Binary 11011111 10000000 1011110 0 101011 111010 1101 10000 1000011 111110

Color Harmonies of #DF805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF805E

Black with #DF805E

Text Example


Text Example

White with #DF805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF805E; }

 p { color: rgb(223,128,94); }

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

background-color css

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

 a { background-color: rgb(223,128,94); }

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

border-color css

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

 span { border-color: rgb(223,128,94); }

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