Html Css Color HEX #DD8863 Copper

📋 copy color: '#DD8863'

red 221 ◦ green 136 ◦ blue 99

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

Shades of Copper #DD8863

Tints of Copper #DD8863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.82%

 BLUE value IS 99 (39.06% from 255) = 21.71%

R = 48.46%
G = 29.82%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD8863 (or 0xDD8863) is known color: Copper. HEX triplet: DD, 88 and 63. RGB value is (221,136,99). Sum of RGB (Red+Green+Blue) = 221+136+99=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8863 is #22779C. Grayscale: #9D9D9D. Windows color (decimal): -2258845 or 6523101. OLE color: 6523101.

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

Color convert

RGB 221 136 99 -
CMYK 0 0.38 0.55 0.13
HSL 18.2º 0.64% 0.63% -
HSV(B) 18.2º 0.55% 0.87% -
XYZ 40.88 33.88 16.19 -
YUV 157.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 221 136 99 0 0.38 0.55 0.13 18.2 0.64 0.63
Hex DD 88 63 0 26 37 D 12 40 3F
Octal 335 210 143 0 46 67 15 22 100 77
Binary 11011101 10001000 1100011 0 100110 110111 1101 10010 1000000 111111

Color Harmonies of #DD8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8863

Black with #DD8863

Text Example


Text Example

White with #DD8863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8863; }

 p { color: rgb(221,136,99); }

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

background-color css

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

 a { background-color: rgb(221,136,99); }

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

border-color css

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

 span { border-color: rgb(221,136,99); }

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