Html Css Color HEX #DD8F6E Copper

📋 copy color: '#DD8F6E'

red 221 ◦ green 143 ◦ blue 110

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

Shades of Copper #DD8F6E

Tints of Copper #DD8F6E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 46.62%
G = 30.17%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD8F6E (or 0xDD8F6E) is known color: Copper. HEX triplet: DD, 8F and 6E. RGB value is (221,143,110). Sum of RGB (Red+Green+Blue) = 221+143+110=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F6E is #227091. Grayscale: #A2A2A2. Windows color (decimal): -2257042 or 7245789. OLE color: 7245789.

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

Color convert

RGB 221 143 110 -
CMYK 0 0.35 0.50 0.13
HSL 17.84º 0.62% 0.65% -
HSV(B) 17.84º 0.5% 0.87% -
XYZ 42.46 36.14 19.49 -
YUV 162.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 221 143 110 0 0.35 0.50 0.13 17.84 0.62 0.65
Hex DD 8F 6E 0 23 32 D 12 3E 41
Octal 335 217 156 0 43 62 15 22 76 101
Binary 11011101 10001111 1101110 0 100011 110010 1101 10010 111110 1000001

Color Harmonies of #DD8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F6E

Black with #DD8F6E

Text Example


Text Example

White with #DD8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F6E; }

 p { color: rgb(221,143,110); }

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

background-color css

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

 a { background-color: rgb(221,143,110); }

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

border-color css

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

 span { border-color: rgb(221,143,110); }

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