Html Css Color HEX #DD8C6F Copper

📋 copy color: '#DD8C6F'

red 221 ◦ green 140 ◦ blue 111

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

Shades of Copper #DD8C6F

Tints of Copper #DD8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

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

R = 46.82%
G = 29.66%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD8C6F (or 0xDD8C6F) is known color: Copper. HEX triplet: DD, 8C and 6F. RGB value is (221,140,111). Sum of RGB (Red+Green+Blue) = 221+140+111=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C6F is #227390. Grayscale: #A1A1A1. Windows color (decimal): -2257809 or 7310557. OLE color: 7310557.

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

Color convert

RGB 221 140 111 -
CMYK 0 0.37 0.50 0.13
HSL 15.82º 0.62% 0.65% -
HSV(B) 15.82º 0.5% 0.87% -
XYZ 42.07 35.28 19.63 -
YUV 160.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 221 140 111 0 0.37 0.50 0.13 15.82 0.62 0.65
Hex DD 8C 6F 0 25 32 D 10 3E 41
Octal 335 214 157 0 45 62 15 20 76 101
Binary 11011101 10001100 1101111 0 100101 110010 1101 10000 111110 1000001

Color Harmonies of #DD8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8C6F

Black with #DD8C6F

Text Example


Text Example

White with #DD8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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