Html Css Color HEX #DD845A Copper

📋 copy color: '#DD845A'

red 221 ◦ green 132 ◦ blue 90

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

Shades of Copper #DD845A

Tints of Copper #DD845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 49.89%
G = 29.8%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD845A (or 0xDD845A) is known color: Copper. HEX triplet: DD, 84 and 5A. RGB value is (221,132,90). Sum of RGB (Red+Green+Blue) = 221+132+90=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD845A is #227BA5. Grayscale: #9A9A9A. Windows color (decimal): -2259878 or 5932253. OLE color: 5932253.

HSL color Cylindrical-coordinate representation of color #DD845A: hue angle of 19.24º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD845A is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 90 -
CMYK 0 0.40 0.59 0.13
HSL 19.24º 0.66% 0.61% -
HSV(B) 19.24º 0.59% 0.87% -
XYZ 39.92 32.61 13.86 -
YUV 153.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 221 132 90 0 0.40 0.59 0.13 19.24 0.66 0.61
Hex DD 84 5A 0 28 3B D 13 42 3D
Octal 335 204 132 0 50 73 15 23 102 75
Binary 11011101 10000100 1011010 0 101000 111011 1101 10011 1000010 111101

Color Harmonies of #DD845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD845A

Black with #DD845A

Text Example


Text Example

White with #DD845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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