Html Css Color HEX #DD896B Copper

📋 copy color: '#DD896B'

red 221 ◦ green 137 ◦ blue 107

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

Shades of Copper #DD896B

Tints of Copper #DD896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.46%

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

R = 47.53%
G = 29.46%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD896B (or 0xDD896B) is known color: Copper. HEX triplet: DD, 89 and 6B. RGB value is (221,137,107). Sum of RGB (Red+Green+Blue) = 221+137+107=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD896B is #227694. Grayscale: #9E9E9E. Windows color (decimal): -2258581 or 7047645. OLE color: 7047645.

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

Color convert

RGB 221 137 107 -
CMYK 0 0.38 0.52 0.13
HSL 15.79º 0.63% 0.64% -
HSV(B) 15.79º 0.52% 0.87% -
XYZ 41.42 34.33 18.35 -
YUV 158.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 221 137 107 0 0.38 0.52 0.13 15.79 0.63 0.64
Hex DD 89 6B 0 26 34 D 10 3F 40
Octal 335 211 153 0 46 64 15 20 77 100
Binary 11011101 10001001 1101011 0 100110 110100 1101 10000 111111 1000000

Color Harmonies of #DD896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD896B

Black with #DD896B

Text Example


Text Example

White with #DD896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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