Html Css Color HEX #DF835C Copper

📋 copy color: '#DF835C'

red 223 ◦ green 131 ◦ blue 92

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

Shades of Copper #DF835C

Tints of Copper #DF835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.63%

R = 50%
G = 29.37%
B = 20.63%

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

#DF835C (or 0xDF835C) is known color: Copper. HEX triplet: DF, 83 and 5C. RGB value is (223,131,92). Sum of RGB (Red+Green+Blue) = 223+131+92=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF835C is #207CA3. Grayscale: #9A9A9A. Windows color (decimal): -2129060 or 6063071. OLE color: 6063071.

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

Color convert

RGB 223 131 92 -
CMYK 0 0.41 0.59 0.13
HSL 17.86º 0.67% 0.62% -
HSV(B) 17.86º 0.59% 0.87% -
XYZ 40.48 32.69 14.3 -
YUV 154.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 223 131 92 0 0.41 0.59 0.13 17.86 0.67 0.62
Hex DF 83 5C 0 29 3B D 12 43 3E
Octal 337 203 134 0 51 73 15 22 103 76
Binary 11011111 10000011 1011100 0 101001 111011 1101 10010 1000011 111110

Color Harmonies of #DF835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF835C

Black with #DF835C

Text Example


Text Example

White with #DF835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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