Html Css Color HEX #DD8361 Copper

📋 copy color: '#DD8361'

red 221 ◦ green 131 ◦ blue 97

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

Shades of Copper #DD8361

Tints of Copper #DD8361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 49.22%
G = 29.18%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD8361 (or 0xDD8361) is known color: Copper. HEX triplet: DD, 83 and 61. RGB value is (221,131,97). Sum of RGB (Red+Green+Blue) = 221+131+97=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8361 is #227C9E. Grayscale: #9A9A9A. Windows color (decimal): -2260127 or 6390749. OLE color: 6390749.

HSL color Cylindrical-coordinate representation of color #DD8361: hue angle of 16.45º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD8361 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 97 -
CMYK 0 0.41 0.56 0.13
HSL 16.45º 0.65% 0.62% -
HSV(B) 16.45º 0.56% 0.87% -
XYZ 40.09 32.47 15.46 -
YUV 154.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 221 131 97 0 0.41 0.56 0.13 16.45 0.65 0.62
Hex DD 83 61 0 29 38 D 10 41 3E
Octal 335 203 141 0 51 70 15 20 101 76
Binary 11011101 10000011 1100001 0 101001 111000 1101 10000 1000001 111110

Color Harmonies of #DD8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8361

Black with #DD8361

Text Example


Text Example

White with #DD8361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8361; }

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

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

background-color css

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

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

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

border-color css

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

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

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