Html Css Color HEX #DD8461 Copper

📋 copy color: '#DD8461'

red 221 ◦ green 132 ◦ blue 97

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

Shades of Copper #DD8461

Tints of Copper #DD8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 49.11%
G = 29.33%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD8461 (or 0xDD8461) is known color: Copper. HEX triplet: DD, 84 and 61. RGB value is (221,132,97). Sum of RGB (Red+Green+Blue) = 221+132+97=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8461 is #227B9E. Grayscale: #9A9A9A. Windows color (decimal): -2259871 or 6391005. OLE color: 6391005.

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

Color convert

RGB 221 132 97 -
CMYK 0 0.40 0.56 0.13
HSL 16.94º 0.65% 0.62% -
HSV(B) 16.94º 0.56% 0.87% -
XYZ 40.23 32.74 15.51 -
YUV 154.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 221 132 97 0 0.40 0.56 0.13 16.94 0.65 0.62
Hex DD 84 61 0 28 38 D 11 41 3E
Octal 335 204 141 0 50 70 15 21 101 76
Binary 11011101 10000100 1100001 0 101000 111000 1101 10001 1000001 111110

Color Harmonies of #DD8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8461

Black with #DD8461

Text Example


Text Example

White with #DD8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8461; }

 p { color: rgb(221,132,97); }

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

background-color css

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

 a { background-color: rgb(221,132,97); }

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

border-color css

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

 span { border-color: rgb(221,132,97); }

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