Html Css Color HEX #DF846A Copper

📋 copy color: '#DF846A'

red 223 ◦ green 132 ◦ blue 106

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

Shades of Copper #DF846A

Tints of Copper #DF846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 48.37%
G = 28.63%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF846A (or 0xDF846A) is known color: Copper. HEX triplet: DF, 84 and 6A. RGB value is (223,132,106). Sum of RGB (Red+Green+Blue) = 223+132+106=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF846A is #207B95. Grayscale: #9C9C9C. Windows color (decimal): -2128790 or 6980831. OLE color: 6980831.

HSL color Cylindrical-coordinate representation of color #DF846A: hue angle of 13.33º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF846A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 106 -
CMYK 0 0.41 0.52 0.13
HSL 13.33º 0.65% 0.65% -
HSV(B) 13.33º 0.52% 0.87% -
XYZ 41.28 33.23 17.87 -
YUV 156.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 223 132 106 0 0.41 0.52 0.13 13.33 0.65 0.65
Hex DF 84 6A 0 29 34 D D 41 41
Octal 337 204 152 0 51 64 15 15 101 101
Binary 11011111 10000100 1101010 0 101001 110100 1101 1101 1000001 1000001

Color Harmonies of #DF846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF846A

Black with #DF846A

Text Example


Text Example

White with #DF846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF846A; }

 p { color: rgb(223,132,106); }

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

background-color css

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

 a { background-color: rgb(223,132,106); }

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

border-color css

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

 span { border-color: rgb(223,132,106); }

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