Html Css Color HEX #DD8064 Copper

📋 copy color: '#DD8064'

red 221 ◦ green 128 ◦ blue 100

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

Shades of Copper #DD8064

Tints of Copper #DD8064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.27%

R = 49.22%
G = 28.51%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD8064 (or 0xDD8064) is known color: Copper. HEX triplet: DD, 80 and 64. RGB value is (221,128,100). Sum of RGB (Red+Green+Blue) = 221+128+100=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8064 is #227F9B. Grayscale: #989898. Windows color (decimal): -2260892 or 6586589. OLE color: 6586589.

HSL color Cylindrical-coordinate representation of color #DD8064: hue angle of 13.88º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD8064 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 100 -
CMYK 0 0.42 0.55 0.13
HSL 13.88º 0.64% 0.63% -
HSV(B) 13.88º 0.55% 0.87% -
XYZ 39.84 31.73 16.08 -
YUV 152.62 98.31 176.78 -
System Red Green Blue C M Y K H S L
Decimal 221 128 100 0 0.42 0.55 0.13 13.88 0.64 0.63
Hex DD 80 64 0 2A 37 D E 40 3F
Octal 335 200 144 0 52 67 15 16 100 77
Binary 11011101 10000000 1100100 0 101010 110111 1101 1110 1000000 111111

Color Harmonies of #DD8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8064

Black with #DD8064

Text Example


Text Example

White with #DD8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8064; }

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

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

background-color css

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

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

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

border-color css

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

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

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