Html Css Color HEX #DF9470 Copper

📋 copy color: '#DF9470'

red 223 ◦ green 148 ◦ blue 112

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

Shades of Copper #DF9470

Tints of Copper #DF9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.64%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 46.17%
G = 30.64%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF9470 (or 0xDF9470) is known color: Copper. HEX triplet: DF, 94 and 70. RGB value is (223,148,112). Sum of RGB (Red+Green+Blue) = 223+148+112=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9470 is #206B8F. Grayscale: #A6A6A6. Windows color (decimal): -2124688 or 7378143. OLE color: 7378143.

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

Color convert

RGB 223 148 112 -
CMYK 0 0.34 0.50 0.13
HSL 19.46º 0.63% 0.66% -
HSV(B) 19.46º 0.5% 0.87% -
XYZ 43.95 38.04 20.36 -
YUV 166.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 223 148 112 0 0.34 0.50 0.13 19.46 0.63 0.66
Hex DF 94 70 0 22 32 D 13 3F 42
Octal 337 224 160 0 42 62 15 23 77 102
Binary 11011111 10010100 1110000 0 100010 110010 1101 10011 111111 1000010

Color Harmonies of #DF9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9470

Black with #DF9470

Text Example


Text Example

White with #DF9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9470; }

 p { color: rgb(223,148,112); }

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

background-color css

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

 a { background-color: rgb(223,148,112); }

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

border-color css

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

 span { border-color: rgb(223,148,112); }

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