Html Css Color HEX #DF835F Copper

📋 copy color: '#DF835F'

red 223 ◦ green 131 ◦ blue 95

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

Shades of Copper #DF835F

Tints of Copper #DF835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

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

R = 49.67%
G = 29.18%
B = 21.16%

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

#DF835F (or 0xDF835F) is known color: Copper. HEX triplet: DF, 83 and 5F. RGB value is (223,131,95). Sum of RGB (Red+Green+Blue) = 223+131+95=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF835F is #207CA0. Grayscale: #9A9A9A. Windows color (decimal): -2129057 or 6259679. OLE color: 6259679.

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

Color convert

RGB 223 131 95 -
CMYK 0 0.41 0.57 0.13
HSL 16.88º 0.67% 0.62% -
HSV(B) 16.88º 0.57% 0.87% -
XYZ 40.61 32.75 15.01 -
YUV 154.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 223 131 95 0 0.41 0.57 0.13 16.88 0.67 0.62
Hex DF 83 5F 0 29 39 D 11 43 3E
Octal 337 203 137 0 51 71 15 21 103 76
Binary 11011111 10000011 1011111 0 101001 111001 1101 10001 1000011 111110

Color Harmonies of #DF835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF835F

Black with #DF835F

Text Example


Text Example

White with #DF835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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