Html Css Color HEX #DD8261 Copper

📋 copy color: '#DD8261'

red 221 ◦ green 130 ◦ blue 97

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

Shades of Copper #DD8261

Tints of Copper #DD8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.02%

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

R = 49.33%
G = 29.02%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD8261 (or 0xDD8261) is known color: Copper. HEX triplet: DD, 82 and 61. RGB value is (221,130,97). Sum of RGB (Red+Green+Blue) = 221+130+97=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8261 is #227D9E. Grayscale: #999999. Windows color (decimal): -2260383 or 6390493. OLE color: 6390493.

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

Color convert

RGB 221 130 97 -
CMYK 0 0.41 0.56 0.13
HSL 15.97º 0.65% 0.62% -
HSV(B) 15.97º 0.56% 0.87% -
XYZ 39.96 32.2 15.42 -
YUV 153.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 221 130 97 0 0.41 0.56 0.13 15.97 0.65 0.62
Hex DD 82 61 0 29 38 D 10 41 3E
Octal 335 202 141 0 51 70 15 20 101 76
Binary 11011101 10000010 1100001 0 101001 111000 1101 10000 1000001 111110

Color Harmonies of #DD8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8261

Black with #DD8261

Text Example


Text Example

White with #DD8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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