Html Css Color HEX #DD8A5E Copper

📋 copy color: '#DD8A5E'

red 221 ◦ green 138 ◦ blue 94

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

Shades of Copper #DD8A5E

Tints of Copper #DD8A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.46%

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

R = 48.79%
G = 30.46%
B = 20.75%

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

#DD8A5E (or 0xDD8A5E) is known color: Copper. HEX triplet: DD, 8A and 5E. RGB value is (221,138,94). Sum of RGB (Red+Green+Blue) = 221+138+94=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A5E is #2275A1. Grayscale: #9E9E9E. Windows color (decimal): -2258338 or 6195933. OLE color: 6195933.

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

Color convert

RGB 221 138 94 -
CMYK 0 0.38 0.57 0.13
HSL 20.79º 0.65% 0.62% -
HSV(B) 20.79º 0.57% 0.87% -
XYZ 40.93 34.36 15.06 -
YUV 157.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 221 138 94 0 0.38 0.57 0.13 20.79 0.65 0.62
Hex DD 8A 5E 0 26 39 D 15 41 3E
Octal 335 212 136 0 46 71 15 25 101 76
Binary 11011101 10001010 1011110 0 100110 111001 1101 10101 1000001 111110

Color Harmonies of #DD8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A5E

Black with #DD8A5E

Text Example


Text Example

White with #DD8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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