Html Css Color HEX #DD8D61 Copper

📋 copy color: '#DD8D61'

red 221 ◦ green 141 ◦ blue 97

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

Shades of Copper #DD8D61

Tints of Copper #DD8D61

RGB

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

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

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

R = 48.15%
G = 30.72%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD8D61 (or 0xDD8D61) is known color: Copper. HEX triplet: DD, 8D and 61. RGB value is (221,141,97). Sum of RGB (Red+Green+Blue) = 221+141+97=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8D61 is #22729E. Grayscale: #A0A0A0. Windows color (decimal): -2257567 or 6393309. OLE color: 6393309.

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

Color convert

RGB 221 141 97 -
CMYK 0 0.36 0.56 0.13
HSL 21.29º 0.65% 0.62% -
HSV(B) 21.29º 0.56% 0.87% -
XYZ 41.5 35.28 15.93 -
YUV 159.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 221 141 97 0 0.36 0.56 0.13 21.29 0.65 0.62
Hex DD 8D 61 0 24 38 D 15 41 3E
Octal 335 215 141 0 44 70 15 25 101 76
Binary 11011101 10001101 1100001 0 100100 111000 1101 10101 1000001 111110

Color Harmonies of #DD8D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8D61

Black with #DD8D61

Text Example


Text Example

White with #DD8D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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