Html Css Color HEX #DD8D5F Copper

📋 copy color: '#DD8D5F'

red 221 ◦ green 141 ◦ blue 95

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

Shades of Copper #DD8D5F

Tints of Copper #DD8D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 48.36%
G = 30.85%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD8D5F (or 0xDD8D5F) is known color: Copper. HEX triplet: DD, 8D and 5F. RGB value is (221,141,95). Sum of RGB (Red+Green+Blue) = 221+141+95=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D5F is #2272A0. Grayscale: #9F9F9F. Windows color (decimal): -2257569 or 6262237. OLE color: 6262237.

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

Color convert

RGB 221 141 95 -
CMYK 0 0.36 0.57 0.13
HSL 21.9º 0.65% 0.62% -
HSV(B) 21.9º 0.57% 0.87% -
XYZ 41.41 35.25 15.45 -
YUV 159.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 221 141 95 0 0.36 0.57 0.13 21.9 0.65 0.62
Hex DD 8D 5F 0 24 39 D 16 41 3E
Octal 335 215 137 0 44 71 15 26 101 76
Binary 11011101 10001101 1011111 0 100100 111001 1101 10110 1000001 111110

Color Harmonies of #DD8D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D5F

Black with #DD8D5F

Text Example


Text Example

White with #DD8D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D5F; }

 p { color: rgb(221,141,95); }

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

background-color css

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

 a { background-color: rgb(221,141,95); }

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

border-color css

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

 span { border-color: rgb(221,141,95); }

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