Html Css Color HEX #DD9479 Dark Salmon

📋 copy color: '#DD9479'

red 221 ◦ green 148 ◦ blue 121

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

Shades of Dark Salmon #DD9479

Tints of Dark Salmon #DD9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.2%

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

R = 45.1%
G = 30.2%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD9479 (or 0xDD9479) is known color: Dark Salmon. HEX triplet: DD, 94 and 79. RGB value is (221,148,121). Sum of RGB (Red+Green+Blue) = 221+148+121=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9479 is #226B86. Grayscale: #A6A6A6. Windows color (decimal): -2255751 or 7967965. OLE color: 7967965.

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

Color convert

RGB 221 148 121 -
CMYK 0 0.33 0.45 0.13
HSL 16.2º 0.6% 0.67% -
HSV(B) 16.2º 0.45% 0.87% -
XYZ 43.86 37.93 23.1 -
YUV 166.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 221 148 121 0 0.33 0.45 0.13 16.2 0.6 0.67
Hex DD 94 79 0 21 2D D 10 3C 43
Octal 335 224 171 0 41 55 15 20 74 103
Binary 11011101 10010100 1111001 0 100001 101101 1101 10000 111100 1000011

Color Harmonies of #DD9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9479

Black with #DD9479

Text Example


Text Example

White with #DD9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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