Html Css Color HEX #DD9169 Copper

📋 copy color: '#DD9169'

red 221 ◦ green 145 ◦ blue 105

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

Shades of Copper #DD9169

Tints of Copper #DD9169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 46.92%
G = 30.79%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD9169 (or 0xDD9169) is known color: Copper. HEX triplet: DD, 91 and 69. RGB value is (221,145,105). Sum of RGB (Red+Green+Blue) = 221+145+105=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9169 is #226E96. Grayscale: #A3A3A3. Windows color (decimal): -2256535 or 6918621. OLE color: 6918621.

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

Color convert

RGB 221 145 105 -
CMYK 0 0.34 0.52 0.13
HSL 20.69º 0.63% 0.64% -
HSV(B) 20.69º 0.52% 0.87% -
XYZ 42.49 36.64 18.2 -
YUV 163.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 221 145 105 0 0.34 0.52 0.13 20.69 0.63 0.64
Hex DD 91 69 0 22 34 D 15 3F 40
Octal 335 221 151 0 42 64 15 25 77 100
Binary 11011101 10010001 1101001 0 100010 110100 1101 10101 111111 1000000

Color Harmonies of #DD9169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9169

Black with #DD9169

Text Example


Text Example

White with #DD9169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9169; }

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

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

background-color css

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

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

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

border-color css

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

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

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