Html Css Color HEX #DD8A5D Copper

📋 copy color: '#DD8A5D'

red 221 ◦ green 138 ◦ blue 93

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

Shades of Copper #DD8A5D

Tints of Copper #DD8A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 48.89%
G = 30.53%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD8A5D (or 0xDD8A5D) is known color: Copper. HEX triplet: DD, 8A and 5D. RGB value is (221,138,93). Sum of RGB (Red+Green+Blue) = 221+138+93=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A5D is #2275A2. Grayscale: #9D9D9D. Windows color (decimal): -2258339 or 6130397. OLE color: 6130397.

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

Color convert

RGB 221 138 93 -
CMYK 0 0.38 0.58 0.13
HSL 21.09º 0.65% 0.62% -
HSV(B) 21.09º 0.58% 0.87% -
XYZ 40.88 34.34 14.83 -
YUV 157.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 221 138 93 0 0.38 0.58 0.13 21.09 0.65 0.62
Hex DD 8A 5D 0 26 3A D 15 41 3E
Octal 335 212 135 0 46 72 15 25 101 76
Binary 11011101 10001010 1011101 0 100110 111010 1101 10101 1000001 111110

Color Harmonies of #DD8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A5D

Black with #DD8A5D

Text Example


Text Example

White with #DD8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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