Html Css Color HEX #DD8D6B Copper

📋 copy color: '#DD8D6B'

red 221 ◦ green 141 ◦ blue 107

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

Shades of Copper #DD8D6B

Tints of Copper #DD8D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 47.12%
G = 30.06%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD8D6B (or 0xDD8D6B) is known color: Copper. HEX triplet: DD, 8D and 6B. RGB value is (221,141,107). Sum of RGB (Red+Green+Blue) = 221+141+107=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D6B is #227294. Grayscale: #A1A1A1. Windows color (decimal): -2257557 or 7048669. OLE color: 7048669.

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

Color convert

RGB 221 141 107 -
CMYK 0 0.36 0.52 0.13
HSL 17.89º 0.63% 0.64% -
HSV(B) 17.89º 0.52% 0.87% -
XYZ 42 35.48 18.55 -
YUV 161.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 221 141 107 0 0.36 0.52 0.13 17.89 0.63 0.64
Hex DD 8D 6B 0 24 34 D 12 3F 40
Octal 335 215 153 0 44 64 15 22 77 100
Binary 11011101 10001101 1101011 0 100100 110100 1101 10010 111111 1000000

Color Harmonies of #DD8D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D6B

Black with #DD8D6B

Text Example


Text Example

White with #DD8D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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