Html Css Color HEX #DD8661 Copper

📋 copy color: '#DD8661'

red 221 ◦ green 134 ◦ blue 97

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

Shades of Copper #DD8661

Tints of Copper #DD8661

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

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

R = 48.89%
G = 29.65%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD8661 (or 0xDD8661) is known color: Copper. HEX triplet: DD, 86 and 61. RGB value is (221,134,97). Sum of RGB (Red+Green+Blue) = 221+134+97=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8661 is #22799E. Grayscale: #9C9C9C. Windows color (decimal): -2259359 or 6391517. OLE color: 6391517.

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

Color convert

RGB 221 134 97 -
CMYK 0 0.39 0.56 0.13
HSL 17.9º 0.65% 0.62% -
HSV(B) 17.9º 0.56% 0.87% -
XYZ 40.5 33.29 15.6 -
YUV 155.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 221 134 97 0 0.39 0.56 0.13 17.9 0.65 0.62
Hex DD 86 61 0 27 38 D 12 41 3E
Octal 335 206 141 0 47 70 15 22 101 76
Binary 11011101 10000110 1100001 0 100111 111000 1101 10010 1000001 111110

Color Harmonies of #DD8661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8661

Black with #DD8661

Text Example


Text Example

White with #DD8661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8661; }

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

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

background-color css

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

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

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

border-color css

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

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

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