Html Css Color HEX #DD895F Copper

📋 copy color: '#DD895F'

red 221 ◦ green 137 ◦ blue 95

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

Shades of Copper #DD895F

Tints of Copper #DD895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.97%

R = 48.79%
G = 30.24%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD895F (or 0xDD895F) is known color: Copper. HEX triplet: DD, 89 and 5F. RGB value is (221,137,95). Sum of RGB (Red+Green+Blue) = 221+137+95=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD895F is #2276A0. Grayscale: #9D9D9D. Windows color (decimal): -2258593 or 6261213. OLE color: 6261213.

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

Color convert

RGB 221 137 95 -
CMYK 0 0.38 0.57 0.13
HSL 20º 0.65% 0.62% -
HSV(B) 20º 0.57% 0.87% -
XYZ 40.83 34.09 15.25 -
YUV 157.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 221 137 95 0 0.38 0.57 0.13 20 0.65 0.62
Hex DD 89 5F 0 26 39 D 14 41 3E
Octal 335 211 137 0 46 71 15 24 101 76
Binary 11011101 10001001 1011111 0 100110 111001 1101 10100 1000001 111110

Color Harmonies of #DD895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD895F

Black with #DD895F

Text Example


Text Example

White with #DD895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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