Html Css Color HEX #DD9569 Copper

📋 copy color: '#DD9569'

red 221 ◦ green 149 ◦ blue 105

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

Shades of Copper #DD9569

Tints of Copper #DD9569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.37%

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

R = 46.53%
G = 31.37%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD9569 (or 0xDD9569) is known color: Copper. HEX triplet: DD, 95 and 69. RGB value is (221,149,105). Sum of RGB (Red+Green+Blue) = 221+149+105=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9569 is #226A96. Grayscale: #A5A5A5. Windows color (decimal): -2255511 or 6919645. OLE color: 6919645.

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

Color convert

RGB 221 149 105 -
CMYK 0 0.33 0.52 0.13
HSL 22.76º 0.63% 0.64% -
HSV(B) 22.76º 0.52% 0.87% -
XYZ 43.12 37.89 18.41 -
YUV 165.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 221 149 105 0 0.33 0.52 0.13 22.76 0.63 0.64
Hex DD 95 69 0 21 34 D 17 3F 40
Octal 335 225 151 0 41 64 15 27 77 100
Binary 11011101 10010101 1101001 0 100001 110100 1101 10111 111111 1000000

Color Harmonies of #DD9569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9569

Black with #DD9569

Text Example


Text Example

White with #DD9569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9569; }

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

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

background-color css

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

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

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

border-color css

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

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

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