Html Css Color HEX #DD8B5D Copper

📋 copy color: '#DD8B5D'

red 221 ◦ green 139 ◦ blue 93

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

Shades of Copper #DD8B5D

Tints of Copper #DD8B5D

RGB

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

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

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

R = 48.79%
G = 30.68%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD8B5D (or 0xDD8B5D) is known color: Copper. HEX triplet: DD, 8B and 5D. RGB value is (221,139,93). Sum of RGB (Red+Green+Blue) = 221+139+93=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B5D is #2274A2. Grayscale: #9E9E9E. Windows color (decimal): -2258083 or 6130653. OLE color: 6130653.

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

Color convert

RGB 221 139 93 -
CMYK 0 0.37 0.58 0.13
HSL 21.56º 0.65% 0.62% -
HSV(B) 21.56º 0.58% 0.87% -
XYZ 41.03 34.63 14.88 -
YUV 158.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 221 139 93 0 0.37 0.58 0.13 21.56 0.65 0.62
Hex DD 8B 5D 0 25 3A D 16 41 3E
Octal 335 213 135 0 45 72 15 26 101 76
Binary 11011101 10001011 1011101 0 100101 111010 1101 10110 1000001 111110

Color Harmonies of #DD8B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B5D

Black with #DD8B5D

Text Example


Text Example

White with #DD8B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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