Html Css Color HEX #DD8D6D Copper

📋 copy color: '#DD8D6D'

red 221 ◦ green 141 ◦ blue 109

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

Shades of Copper #DD8D6D

Tints of Copper #DD8D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.94%

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

R = 46.92%
G = 29.94%
B = 23.14%

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

#DD8D6D (or 0xDD8D6D) is known color: Copper. HEX triplet: DD, 8D and 6D. RGB value is (221,141,109). Sum of RGB (Red+Green+Blue) = 221+141+109=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D6D is #227292. Grayscale: #A1A1A1. Windows color (decimal): -2257555 or 7179741. OLE color: 7179741.

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

Color convert

RGB 221 141 109 -
CMYK 0 0.36 0.51 0.13
HSL 17.14º 0.62% 0.65% -
HSV(B) 17.14º 0.51% 0.87% -
XYZ 42.1 35.53 19.11 -
YUV 161.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 221 141 109 0 0.36 0.51 0.13 17.14 0.62 0.65
Hex DD 8D 6D 0 24 33 D 11 3E 41
Octal 335 215 155 0 44 63 15 21 76 101
Binary 11011101 10001101 1101101 0 100100 110011 1101 10001 111110 1000001

Color Harmonies of #DD8D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D6D

Black with #DD8D6D

Text Example


Text Example

White with #DD8D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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