Html Css Color HEX #DD8E6D Copper

📋 copy color: '#DD8E6D'

red 221 ◦ green 142 ◦ blue 109

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

Shades of Copper #DD8E6D

Tints of Copper #DD8E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.08%

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 46.82%
G = 30.08%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD8E6D (or 0xDD8E6D) is known color: Copper. HEX triplet: DD, 8E and 6D. RGB value is (221,142,109). Sum of RGB (Red+Green+Blue) = 221+142+109=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8E6D is #227192. Grayscale: #A2A2A2. Windows color (decimal): -2257299 or 7179997. OLE color: 7179997.

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

Color convert

RGB 221 142 109 -
CMYK 0 0.36 0.51 0.13
HSL 17.68º 0.62% 0.65% -
HSV(B) 17.68º 0.51% 0.87% -
XYZ 42.25 35.82 19.16 -
YUV 161.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 221 142 109 0 0.36 0.51 0.13 17.68 0.62 0.65
Hex DD 8E 6D 0 24 33 D 12 3E 41
Octal 335 216 155 0 44 63 15 22 76 101
Binary 11011101 10001110 1101101 0 100100 110011 1101 10010 111110 1000001

Color Harmonies of #DD8E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8E6D

Black with #DD8E6D

Text Example


Text Example

White with #DD8E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8E6D; }

 p { color: rgb(221,142,109); }

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

background-color css

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

 a { background-color: rgb(221,142,109); }

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

border-color css

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

 span { border-color: rgb(221,142,109); }

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