Html Css Color HEX #DD805E Copper

📋 copy color: '#DD805E'

red 221 ◦ green 128 ◦ blue 94

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

Shades of Copper #DD805E

Tints of Copper #DD805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

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

R = 49.89%
G = 28.89%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD805E (or 0xDD805E) is known color: Copper. HEX triplet: DD, 80 and 5E. RGB value is (221,128,94). Sum of RGB (Red+Green+Blue) = 221+128+94=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD805E is #227FA1. Grayscale: #989898. Windows color (decimal): -2260898 or 6193373. OLE color: 6193373.

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

Color convert

RGB 221 128 94 -
CMYK 0 0.42 0.57 0.13
HSL 16.06º 0.65% 0.62% -
HSV(B) 16.06º 0.57% 0.87% -
XYZ 39.56 31.62 14.61 -
YUV 151.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 221 128 94 0 0.42 0.57 0.13 16.06 0.65 0.62
Hex DD 80 5E 0 2A 39 D 10 41 3E
Octal 335 200 136 0 52 71 15 20 101 76
Binary 11011101 10000000 1011110 0 101010 111001 1101 10000 1000001 111110

Color Harmonies of #DD805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD805E

Black with #DD805E

Text Example


Text Example

White with #DD805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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