Html Css Color HEX #DD8357 Copper

📋 copy color: '#DD8357'

red 221 ◦ green 131 ◦ blue 87

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

Shades of Copper #DD8357

Tints of Copper #DD8357

RGB

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

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

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

R = 50.34%
G = 29.84%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD8357 (or 0xDD8357) is known color: Copper. HEX triplet: DD, 83 and 57. RGB value is (221,131,87). Sum of RGB (Red+Green+Blue) = 221+131+87=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8357 is #227CA8. Grayscale: #999999. Windows color (decimal): -2260137 or 5735389. OLE color: 5735389.

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

Color convert

RGB 221 131 87 -
CMYK 0 0.41 0.61 0.13
HSL 19.7º 0.66% 0.6% -
HSV(B) 19.7º 0.61% 0.87% -
XYZ 39.66 32.29 13.16 -
YUV 152.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 221 131 87 0 0.41 0.61 0.13 19.7 0.66 0.6
Hex DD 83 57 0 29 3D D 14 42 3C
Octal 335 203 127 0 51 75 15 24 102 74
Binary 11011101 10000011 1010111 0 101001 111101 1101 10100 1000010 111100

Color Harmonies of #DD8357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8357

Black with #DD8357

Text Example


Text Example

White with #DD8357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8357; }

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

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

background-color css

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

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

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

border-color css

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

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

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