Html Css Color HEX #DD845E Copper

📋 copy color: '#DD845E'

red 221 ◦ green 132 ◦ blue 94

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

Shades of Copper #DD845E

Tints of Copper #DD845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 94 (37.11% from 255) = 21.03%

R = 49.44%
G = 29.53%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD845E (or 0xDD845E) is known color: Copper. HEX triplet: DD, 84 and 5E. RGB value is (221,132,94). Sum of RGB (Red+Green+Blue) = 221+132+94=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD845E is #227BA1. Grayscale: #9A9A9A. Windows color (decimal): -2259874 or 6194397. OLE color: 6194397.

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

Color convert

RGB 221 132 94 -
CMYK 0 0.40 0.57 0.13
HSL 17.95º 0.65% 0.62% -
HSV(B) 17.95º 0.57% 0.87% -
XYZ 40.09 32.68 14.79 -
YUV 154.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 221 132 94 0 0.40 0.57 0.13 17.95 0.65 0.62
Hex DD 84 5E 0 28 39 D 12 41 3E
Octal 335 204 136 0 50 71 15 22 101 76
Binary 11011101 10000100 1011110 0 101000 111001 1101 10010 1000001 111110

Color Harmonies of #DD845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD845E

Black with #DD845E

Text Example


Text Example

White with #DD845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD845E; }

 p { color: rgb(221,132,94); }

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

background-color css

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

 a { background-color: rgb(221,132,94); }

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

border-color css

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

 span { border-color: rgb(221,132,94); }

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