Html Css Color HEX #DD8B5E Copper

📋 copy color: '#DD8B5E'

red 221 ◦ green 139 ◦ blue 94

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

Shades of Copper #DD8B5E

Tints of Copper #DD8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.62%

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

R = 48.68%
G = 30.62%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD8B5E (or 0xDD8B5E) is known color: Copper. HEX triplet: DD, 8B and 5E. RGB value is (221,139,94). Sum of RGB (Red+Green+Blue) = 221+139+94=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B5E is #2274A1. Grayscale: #9E9E9E. Windows color (decimal): -2258082 or 6196189. OLE color: 6196189.

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

Color convert

RGB 221 139 94 -
CMYK 0 0.37 0.57 0.13
HSL 21.26º 0.65% 0.62% -
HSV(B) 21.26º 0.57% 0.87% -
XYZ 41.07 34.65 15.11 -
YUV 158.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 221 139 94 0 0.37 0.57 0.13 21.26 0.65 0.62
Hex DD 8B 5E 0 25 39 D 15 41 3E
Octal 335 213 136 0 45 71 15 25 101 76
Binary 11011101 10001011 1011110 0 100101 111001 1101 10101 1000001 111110

Color Harmonies of #DD8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B5E

Black with #DD8B5E

Text Example


Text Example

White with #DD8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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