Html Css Color HEX #DD9079 Dark Salmon

📋 copy color: '#DD9079'

red 221 ◦ green 144 ◦ blue 121

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

Shades of Dark Salmon #DD9079

Tints of Dark Salmon #DD9079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.9%

R = 45.47%
G = 29.63%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD9079 (or 0xDD9079) is known color: Dark Salmon. HEX triplet: DD, 90 and 79. RGB value is (221,144,121). Sum of RGB (Red+Green+Blue) = 221+144+121=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9079 is #226F86. Grayscale: #A4A4A4. Windows color (decimal): -2256775 or 7966941. OLE color: 7966941.

HSL color Cylindrical-coordinate representation of color #DD9079: hue angle of 13.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD9079 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 144 121 -
CMYK 0 0.35 0.45 0.13
HSL 13.8º 0.6% 0.67% -
HSV(B) 13.8º 0.45% 0.87% -
XYZ 43.24 36.7 22.89 -
YUV 164.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 221 144 121 0 0.35 0.45 0.13 13.8 0.6 0.67
Hex DD 90 79 0 23 2D D E 3C 43
Octal 335 220 171 0 43 55 15 16 74 103
Binary 11011101 10010000 1111001 0 100011 101101 1101 1110 111100 1000011

Color Harmonies of #DD9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9079

Black with #DD9079

Text Example


Text Example

White with #DD9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9079; }

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

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

background-color css

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

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

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

border-color css

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

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

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