Html Css Color HEX #DF845F Copper

📋 copy color: '#DF845F'

red 223 ◦ green 132 ◦ blue 95

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

Shades of Copper #DF845F

Tints of Copper #DF845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 49.56%
G = 29.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF845F (or 0xDF845F) is known color: Copper. HEX triplet: DF, 84 and 5F. RGB value is (223,132,95). Sum of RGB (Red+Green+Blue) = 223+132+95=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF845F is #207BA0. Grayscale: #9B9B9B. Windows color (decimal): -2128801 or 6259935. OLE color: 6259935.

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

Color convert

RGB 223 132 95 -
CMYK 0 0.41 0.57 0.13
HSL 17.34º 0.67% 0.62% -
HSV(B) 17.34º 0.57% 0.87% -
XYZ 40.75 33.02 15.05 -
YUV 154.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 223 132 95 0 0.41 0.57 0.13 17.34 0.67 0.62
Hex DF 84 5F 0 29 39 D 11 43 3E
Octal 337 204 137 0 51 71 15 21 103 76
Binary 11011111 10000100 1011111 0 101001 111001 1101 10001 1000011 111110

Color Harmonies of #DF845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF845F

Black with #DF845F

Text Example


Text Example

White with #DF845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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