Html Css Color HEX #DD8966 Copper

📋 copy color: '#DD8966'

red 221 ◦ green 137 ◦ blue 102

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

Shades of Copper #DD8966

Tints of Copper #DD8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

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

R = 48.04%
G = 29.78%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD8966 (or 0xDD8966) is known color: Copper. HEX triplet: DD, 89 and 66. RGB value is (221,137,102). Sum of RGB (Red+Green+Blue) = 221+137+102=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8966 is #227699. Grayscale: #9E9E9E. Windows color (decimal): -2258586 or 6719965. OLE color: 6719965.

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

Color convert

RGB 221 137 102 -
CMYK 0 0.38 0.54 0.13
HSL 17.65º 0.64% 0.63% -
HSV(B) 17.65º 0.54% 0.87% -
XYZ 41.16 34.22 17.01 -
YUV 158.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 221 137 102 0 0.38 0.54 0.13 17.65 0.64 0.63
Hex DD 89 66 0 26 36 D 12 40 3F
Octal 335 211 146 0 46 66 15 22 100 77
Binary 11011101 10001001 1100110 0 100110 110110 1101 10010 1000000 111111

Color Harmonies of #DD8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8966

Black with #DD8966

Text Example


Text Example

White with #DD8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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