Html Css Color HEX #DD8666 Copper

📋 copy color: '#DD8666'

red 221 ◦ green 134 ◦ blue 102

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

Shades of Copper #DD8666

Tints of Copper #DD8666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 48.36%
G = 29.32%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD8666 (or 0xDD8666) is known color: Copper. HEX triplet: DD, 86 and 66. RGB value is (221,134,102). Sum of RGB (Red+Green+Blue) = 221+134+102=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8666 is #227999. Grayscale: #9C9C9C. Windows color (decimal): -2259354 or 6719197. OLE color: 6719197.

HSL color Cylindrical-coordinate representation of color #DD8666: hue angle of 16.13º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD8666 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 102 -
CMYK 0 0.39 0.54 0.13
HSL 16.13º 0.64% 0.63% -
HSV(B) 16.13º 0.54% 0.87% -
XYZ 40.74 33.38 16.87 -
YUV 156.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 221 134 102 0 0.39 0.54 0.13 16.13 0.64 0.63
Hex DD 86 66 0 27 36 D 10 40 3F
Octal 335 206 146 0 47 66 15 20 100 77
Binary 11011101 10000110 1100110 0 100111 110110 1101 10000 1000000 111111

Color Harmonies of #DD8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8666

Black with #DD8666

Text Example


Text Example

White with #DD8666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8666; }

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

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

background-color css

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

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

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

border-color css

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

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

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