Html Css Color HEX #DD8F6A Copper

📋 copy color: '#DD8F6A'

red 221 ◦ green 143 ◦ blue 106

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

Shades of Copper #DD8F6A

Tints of Copper #DD8F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.55%

R = 47.02%
G = 30.43%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD8F6A (or 0xDD8F6A) is known color: Copper. HEX triplet: DD, 8F and 6A. RGB value is (221,143,106). Sum of RGB (Red+Green+Blue) = 221+143+106=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F6A is #227095. Grayscale: #A2A2A2. Windows color (decimal): -2257046 or 6983645. OLE color: 6983645.

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

Color convert

RGB 221 143 106 -
CMYK 0 0.35 0.52 0.13
HSL 19.3º 0.63% 0.64% -
HSV(B) 19.3º 0.52% 0.87% -
XYZ 42.24 36.06 18.37 -
YUV 162.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 221 143 106 0 0.35 0.52 0.13 19.3 0.63 0.64
Hex DD 8F 6A 0 23 34 D 13 3F 40
Octal 335 217 152 0 43 64 15 23 77 100
Binary 11011101 10001111 1101010 0 100011 110100 1101 10011 111111 1000000

Color Harmonies of #DD8F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F6A

Black with #DD8F6A

Text Example


Text Example

White with #DD8F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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