Html Css Color HEX #DD9069 Copper

📋 copy color: '#DD9069'

red 221 ◦ green 144 ◦ blue 105

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

Shades of Copper #DD9069

Tints of Copper #DD9069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

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

R = 47.02%
G = 30.64%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD9069 (or 0xDD9069) is known color: Copper. HEX triplet: DD, 90 and 69. RGB value is (221,144,105). Sum of RGB (Red+Green+Blue) = 221+144+105=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9069 is #226F96. Grayscale: #A2A2A2. Windows color (decimal): -2256791 or 6918365. OLE color: 6918365.

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

Color convert

RGB 221 144 105 -
CMYK 0 0.35 0.52 0.13
HSL 20.17º 0.63% 0.64% -
HSV(B) 20.17º 0.52% 0.87% -
XYZ 42.34 36.34 18.15 -
YUV 162.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 221 144 105 0 0.35 0.52 0.13 20.17 0.63 0.64
Hex DD 90 69 0 23 34 D 14 3F 40
Octal 335 220 151 0 43 64 15 24 77 100
Binary 11011101 10010000 1101001 0 100011 110100 1101 10100 111111 1000000

Color Harmonies of #DD9069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9069

Black with #DD9069

Text Example


Text Example

White with #DD9069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9069; }

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

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

background-color css

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

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

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

border-color css

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

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

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