Html Css Color HEX #DF8061 Copper

📋 copy color: '#DF8061'

red 223 ◦ green 128 ◦ blue 97

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

Shades of Copper #DF8061

Tints of Copper #DF8061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 49.78%
G = 28.57%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF8061 (or 0xDF8061) is known color: Copper. HEX triplet: DF, 80 and 61. RGB value is (223,128,97). Sum of RGB (Red+Green+Blue) = 223+128+97=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8061 is #207F9E. Grayscale: #999999. Windows color (decimal): -2129823 or 6389983. OLE color: 6389983.

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

Color convert

RGB 223 128 97 -
CMYK 0 0.43 0.57 0.13
HSL 14.76º 0.66% 0.63% -
HSV(B) 14.76º 0.57% 0.87% -
XYZ 40.31 31.99 15.36 -
YUV 152.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 223 128 97 0 0.43 0.57 0.13 14.76 0.66 0.63
Hex DF 80 61 0 2B 39 D F 42 3F
Octal 337 200 141 0 53 71 15 17 102 77
Binary 11011111 10000000 1100001 0 101011 111001 1101 1111 1000010 111111

Color Harmonies of #DF8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8061

Black with #DF8061

Text Example


Text Example

White with #DF8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8061; }

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

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

background-color css

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

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

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

border-color css

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

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

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