Html Css Color HEX #DD8F6C Copper

📋 copy color: '#DD8F6C'

red 221 ◦ green 143 ◦ blue 108

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

Shades of Copper #DD8F6C

Tints of Copper #DD8F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 46.82%
G = 30.3%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD8F6C (or 0xDD8F6C) is known color: Copper. HEX triplet: DD, 8F and 6C. RGB value is (221,143,108). Sum of RGB (Red+Green+Blue) = 221+143+108=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F6C is #227093. Grayscale: #A2A2A2. Windows color (decimal): -2257044 or 7114717. OLE color: 7114717.

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

Color convert

RGB 221 143 108 -
CMYK 0 0.35 0.51 0.13
HSL 18.58º 0.62% 0.65% -
HSV(B) 18.58º 0.51% 0.87% -
XYZ 42.35 36.1 18.92 -
YUV 162.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 221 143 108 0 0.35 0.51 0.13 18.58 0.62 0.65
Hex DD 8F 6C 0 23 33 D 13 3E 41
Octal 335 217 154 0 43 63 15 23 76 101
Binary 11011101 10001111 1101100 0 100011 110011 1101 10011 111110 1000001

Color Harmonies of #DD8F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F6C

Black with #DD8F6C

Text Example


Text Example

White with #DD8F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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