Html Css Color HEX #DF835E Copper

📋 copy color: '#DF835E'

red 223 ◦ green 131 ◦ blue 94

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

Shades of Copper #DF835E

Tints of Copper #DF835E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 49.78%
G = 29.24%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF835E (or 0xDF835E) is known color: Copper. HEX triplet: DF, 83 and 5E. RGB value is (223,131,94). Sum of RGB (Red+Green+Blue) = 223+131+94=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF835E is #207CA1. Grayscale: #9A9A9A. Windows color (decimal): -2129058 or 6194143. OLE color: 6194143.

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

Color convert

RGB 223 131 94 -
CMYK 0 0.41 0.58 0.13
HSL 17.21º 0.67% 0.62% -
HSV(B) 17.21º 0.58% 0.87% -
XYZ 40.57 32.73 14.77 -
YUV 154.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 223 131 94 0 0.41 0.58 0.13 17.21 0.67 0.62
Hex DF 83 5E 0 29 3A D 11 43 3E
Octal 337 203 136 0 51 72 15 21 103 76
Binary 11011111 10000011 1011110 0 101001 111010 1101 10001 1000011 111110

Color Harmonies of #DF835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF835E

Black with #DF835E

Text Example


Text Example

White with #DF835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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