Html Css Color HEX #DF805B Copper

📋 copy color: '#DF805B'

red 223 ◦ green 128 ◦ blue 91

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

Shades of Copper #DF805B

Tints of Copper #DF805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.96%

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

R = 50.45%
G = 28.96%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF805B (or 0xDF805B) is known color: Copper. HEX triplet: DF, 80 and 5B. RGB value is (223,128,91). Sum of RGB (Red+Green+Blue) = 223+128+91=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF805B is #207FA4. Grayscale: #989898. Windows color (decimal): -2129829 or 5996767. OLE color: 5996767.

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

Color convert

RGB 223 128 91 -
CMYK 0 0.43 0.59 0.13
HSL 16.82º 0.67% 0.62% -
HSV(B) 16.82º 0.59% 0.87% -
XYZ 40.04 31.88 13.94 -
YUV 152.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 223 128 91 0 0.43 0.59 0.13 16.82 0.67 0.62
Hex DF 80 5B 0 2B 3B D 11 43 3E
Octal 337 200 133 0 53 73 15 21 103 76
Binary 11011111 10000000 1011011 0 101011 111011 1101 10001 1000011 111110

Color Harmonies of #DF805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF805B

Black with #DF805B

Text Example


Text Example

White with #DF805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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