Html Css Color HEX #DD8D6F Copper

📋 copy color: '#DD8D6F'

red 221 ◦ green 141 ◦ blue 111

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

Shades of Copper #DD8D6F

Tints of Copper #DD8D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 46.72%
G = 29.81%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD8D6F (or 0xDD8D6F) is known color: Copper. HEX triplet: DD, 8D and 6F. RGB value is (221,141,111). Sum of RGB (Red+Green+Blue) = 221+141+111=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D6F is #227290. Grayscale: #A1A1A1. Windows color (decimal): -2257553 or 7310813. OLE color: 7310813.

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

Color convert

RGB 221 141 111 -
CMYK 0 0.36 0.50 0.13
HSL 16.36º 0.62% 0.65% -
HSV(B) 16.36º 0.5% 0.87% -
XYZ 42.21 35.57 19.68 -
YUV 161.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 221 141 111 0 0.36 0.50 0.13 16.36 0.62 0.65
Hex DD 8D 6F 0 24 32 D 10 3E 41
Octal 335 215 157 0 44 62 15 20 76 101
Binary 11011101 10001101 1101111 0 100100 110010 1101 10000 111110 1000001

Color Harmonies of #DD8D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D6F

Black with #DD8D6F

Text Example


Text Example

White with #DD8D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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