Html Css Color HEX #DD9478 Dark Salmon

📋 copy color: '#DD9478'

red 221 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #DD9478

Tints of Dark Salmon #DD9478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 45.19%
G = 30.27%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9478 (or 0xDD9478) is known color: Dark Salmon. HEX triplet: DD, 94 and 78. RGB value is (221,148,120). Sum of RGB (Red+Green+Blue) = 221+148+120=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9478 is #226B87. Grayscale: #A6A6A6. Windows color (decimal): -2255752 or 7902429. OLE color: 7902429.

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

Color convert

RGB 221 148 120 -
CMYK 0 0.33 0.46 0.13
HSL 16.63º 0.6% 0.67% -
HSV(B) 16.63º 0.46% 0.87% -
XYZ 43.8 37.91 22.78 -
YUV 166.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 221 148 120 0 0.33 0.46 0.13 16.63 0.6 0.67
Hex DD 94 78 0 21 2E D 11 3C 43
Octal 335 224 170 0 41 56 15 21 74 103
Binary 11011101 10010100 1111000 0 100001 101110 1101 10001 111100 1000011

Color Harmonies of #DD9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9478

Black with #DD9478

Text Example


Text Example

White with #DD9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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