Html Css Color HEX #DD8061 Copper

📋 copy color: '#DD8061'

red 221 ◦ green 128 ◦ blue 97

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

Shades of Copper #DD8061

Tints of Copper #DD8061

RGB

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

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

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

R = 49.55%
G = 28.7%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD8061 (or 0xDD8061) is known color: Copper. HEX triplet: DD, 80 and 61. RGB value is (221,128,97). Sum of RGB (Red+Green+Blue) = 221+128+97=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8061 is #227F9E. Grayscale: #989898. Windows color (decimal): -2260895 or 6389981. OLE color: 6389981.

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

Color convert

RGB 221 128 97 -
CMYK 0 0.42 0.56 0.13
HSL 15º 0.65% 0.62% -
HSV(B) 15º 0.56% 0.87% -
XYZ 39.7 31.67 15.33 -
YUV 152.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 221 128 97 0 0.42 0.56 0.13 15 0.65 0.62
Hex DD 80 61 0 2A 38 D F 41 3E
Octal 335 200 141 0 52 70 15 17 101 76
Binary 11011101 10000000 1100001 0 101010 111000 1101 1111 1000001 111110

Color Harmonies of #DD8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8061

Black with #DD8061

Text Example


Text Example

White with #DD8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8061; }

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

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

background-color css

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

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

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

border-color css

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

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

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