Html Css Color HEX #DF8557 Copper

📋 copy color: '#DF8557'

red 223 ◦ green 133 ◦ blue 87

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

Shades of Copper #DF8557

Tints of Copper #DF8557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 87 (34.38% from 255) = 19.64%

R = 50.34%
G = 30.02%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF8557 (or 0xDF8557) is known color: Copper. HEX triplet: DF, 85 and 57. RGB value is (223,133,87). Sum of RGB (Red+Green+Blue) = 223+133+87=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8557 is #207AA8. Grayscale: #9A9A9A. Windows color (decimal): -2128553 or 5735903. OLE color: 5735903.

HSL color Cylindrical-coordinate representation of color #DF8557: hue angle of 20.29º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF8557 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 87 -
CMYK 0 0.40 0.61 0.13
HSL 20.29º 0.68% 0.61% -
HSV(B) 20.29º 0.61% 0.87% -
XYZ 40.54 33.15 13.28 -
YUV 154.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 223 133 87 0 0.40 0.61 0.13 20.29 0.68 0.61
Hex DF 85 57 0 28 3D D 14 44 3D
Octal 337 205 127 0 50 75 15 24 104 75
Binary 11011111 10000101 1010111 0 101000 111101 1101 10100 1000100 111101

Color Harmonies of #DF8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8557

Black with #DF8557

Text Example


Text Example

White with #DF8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8557; }

 p { color: rgb(223,133,87); }

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

background-color css

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

 a { background-color: rgb(223,133,87); }

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

border-color css

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

 span { border-color: rgb(223,133,87); }

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