Html Css Color HEX #DD896A Copper

📋 copy color: '#DD896A'

red 221 ◦ green 137 ◦ blue 106

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

Shades of Copper #DD896A

Tints of Copper #DD896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 47.63%
G = 29.53%
B = 22.84%

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

#DD896A (or 0xDD896A) is known color: Copper. HEX triplet: DD, 89 and 6A. RGB value is (221,137,106). Sum of RGB (Red+Green+Blue) = 221+137+106=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD896A is #227695. Grayscale: #9E9E9E. Windows color (decimal): -2258582 or 6982109. OLE color: 6982109.

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

Color convert

RGB 221 137 106 -
CMYK 0 0.38 0.52 0.13
HSL 16.17º 0.63% 0.64% -
HSV(B) 16.17º 0.52% 0.87% -
XYZ 41.37 34.3 18.08 -
YUV 158.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 221 137 106 0 0.38 0.52 0.13 16.17 0.63 0.64
Hex DD 89 6A 0 26 34 D 10 3F 40
Octal 335 211 152 0 46 64 15 20 77 100
Binary 11011101 10001001 1101010 0 100110 110100 1101 10000 111111 1000000

Color Harmonies of #DD896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD896A

Black with #DD896A

Text Example


Text Example

White with #DD896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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