Html Css Color HEX #DF835B Copper

📋 copy color: '#DF835B'

red 223 ◦ green 131 ◦ blue 91

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

Shades of Copper #DF835B

Tints of Copper #DF835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.45%

R = 50.11%
G = 29.44%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF835B (or 0xDF835B) is known color: Copper. HEX triplet: DF, 83 and 5B. RGB value is (223,131,91). Sum of RGB (Red+Green+Blue) = 223+131+91=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF835B is #207CA4. Grayscale: #9A9A9A. Windows color (decimal): -2129061 or 5997535. OLE color: 5997535.

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

Color convert

RGB 223 131 91 -
CMYK 0 0.41 0.59 0.13
HSL 18.18º 0.67% 0.62% -
HSV(B) 18.18º 0.59% 0.87% -
XYZ 40.44 32.68 14.07 -
YUV 153.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 223 131 91 0 0.41 0.59 0.13 18.18 0.67 0.62
Hex DF 83 5B 0 29 3B D 12 43 3E
Octal 337 203 133 0 51 73 15 22 103 76
Binary 11011111 10000011 1011011 0 101001 111011 1101 10010 1000011 111110

Color Harmonies of #DF835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF835B

Black with #DF835B

Text Example


Text Example

White with #DF835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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