Html Css Color HEX #DD8161 Copper

📋 copy color: '#DD8161'

red 221 ◦ green 129 ◦ blue 97

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

Shades of Copper #DD8161

Tints of Copper #DD8161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 49.44%
G = 28.86%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD8161 (or 0xDD8161) is known color: Copper. HEX triplet: DD, 81 and 61. RGB value is (221,129,97). Sum of RGB (Red+Green+Blue) = 221+129+97=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8161 is #227E9E. Grayscale: #999999. Windows color (decimal): -2260639 or 6390237. OLE color: 6390237.

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

Color convert

RGB 221 129 97 -
CMYK 0 0.42 0.56 0.13
HSL 15.48º 0.65% 0.62% -
HSV(B) 15.48º 0.56% 0.87% -
XYZ 39.83 31.94 15.37 -
YUV 152.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 221 129 97 0 0.42 0.56 0.13 15.48 0.65 0.62
Hex DD 81 61 0 2A 38 D F 41 3E
Octal 335 201 141 0 52 70 15 17 101 76
Binary 11011101 10000001 1100001 0 101010 111000 1101 1111 1000001 111110

Color Harmonies of #DD8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8161

Black with #DD8161

Text Example


Text Example

White with #DD8161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8161; }

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

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

background-color css

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

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

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

border-color css

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

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

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