Html Css Color HEX #DD8557 Copper

📋 copy color: '#DD8557'

red 221 ◦ green 133 ◦ blue 87

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

Shades of Copper #DD8557

Tints of Copper #DD8557

RGB

 RED value IS 221 (86.72% from 255) = 50.11%

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

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

R = 50.11%
G = 30.16%
B = 19.73%

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

#DD8557 (or 0xDD8557) is known color: Copper. HEX triplet: DD, 85 and 57. RGB value is (221,133,87). Sum of RGB (Red+Green+Blue) = 221+133+87=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8557 is #227AA8. Grayscale: #9A9A9A. Windows color (decimal): -2259625 or 5735901. OLE color: 5735901.

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

Color convert

RGB 221 133 87 -
CMYK 0 0.40 0.61 0.13
HSL 20.6º 0.66% 0.6% -
HSV(B) 20.6º 0.61% 0.87% -
XYZ 39.93 32.84 13.25 -
YUV 154.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 221 133 87 0 0.40 0.61 0.13 20.6 0.66 0.6
Hex DD 85 57 0 28 3D D 15 42 3C
Octal 335 205 127 0 50 75 15 25 102 74
Binary 11011101 10000101 1010111 0 101000 111101 1101 10101 1000010 111100

Color Harmonies of #DD8557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8557

Black with #DD8557

Text Example


Text Example

White with #DD8557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8557; }

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

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

background-color css

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

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

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

border-color css

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

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

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