Html Css Color HEX #DD9166 Copper

📋 copy color: '#DD9166'

red 221 ◦ green 145 ◦ blue 102

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

Shades of Copper #DD9166

Tints of Copper #DD9166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.98%

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

R = 47.22%
G = 30.98%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD9166 (or 0xDD9166) is known color: Copper. HEX triplet: DD, 91 and 66. RGB value is (221,145,102). Sum of RGB (Red+Green+Blue) = 221+145+102=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9166 is #226E99. Grayscale: #A3A3A3. Windows color (decimal): -2256538 or 6722013. OLE color: 6722013.

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

Color convert

RGB 221 145 102 -
CMYK 0 0.34 0.54 0.13
HSL 21.68º 0.64% 0.63% -
HSV(B) 21.68º 0.54% 0.87% -
XYZ 42.34 36.58 17.4 -
YUV 162.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 221 145 102 0 0.34 0.54 0.13 21.68 0.64 0.63
Hex DD 91 66 0 22 36 D 16 40 3F
Octal 335 221 146 0 42 66 15 26 100 77
Binary 11011101 10010001 1100110 0 100010 110110 1101 10110 1000000 111111

Color Harmonies of #DD9166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9166

Black with #DD9166

Text Example


Text Example

White with #DD9166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9166; }

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

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

background-color css

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

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

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

border-color css

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

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

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