Html Css Color HEX #DF9071 Copper

📋 copy color: '#DF9071'

red 223 ◦ green 144 ◦ blue 113

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

Shades of Copper #DF9071

Tints of Copper #DF9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 46.46%
G = 30%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9071 (or 0xDF9071) is known color: Copper. HEX triplet: DF, 90 and 71. RGB value is (223,144,113). Sum of RGB (Red+Green+Blue) = 223+144+113=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9071 is #206F8E. Grayscale: #A4A4A4. Windows color (decimal): -2125711 or 7442655. OLE color: 7442655.

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

Color convert

RGB 223 144 113 -
CMYK 0 0.35 0.49 0.13
HSL 16.91º 0.63% 0.66% -
HSV(B) 16.91º 0.49% 0.87% -
XYZ 43.39 36.83 20.44 -
YUV 164.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 223 144 113 0 0.35 0.49 0.13 16.91 0.63 0.66
Hex DF 90 71 0 23 31 D 11 3F 42
Octal 337 220 161 0 43 61 15 21 77 102
Binary 11011111 10010000 1110001 0 100011 110001 1101 10001 111111 1000010

Color Harmonies of #DF9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9071

Black with #DF9071

Text Example


Text Example

White with #DF9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9071; }

 p { color: rgb(223,144,113); }

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

background-color css

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

 a { background-color: rgb(223,144,113); }

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

border-color css

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

 span { border-color: rgb(223,144,113); }

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