Html Css Color HEX #DD9578 Dark Salmon

📋 copy color: '#DD9578'

red 221 ◦ green 149 ◦ blue 120

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

Shades of Dark Salmon #DD9578

Tints of Dark Salmon #DD9578

RGB

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

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

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

R = 45.1%
G = 30.41%
B = 24.49%

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

#DD9578 (or 0xDD9578) is known color: Dark Salmon. HEX triplet: DD, 95 and 78. RGB value is (221,149,120). Sum of RGB (Red+Green+Blue) = 221+149+120=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9578 is #226A87. Grayscale: #A7A7A7. Windows color (decimal): -2255496 or 7902685. OLE color: 7902685.

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

Color convert

RGB 221 149 120 -
CMYK 0 0.33 0.46 0.13
HSL 17.23º 0.6% 0.67% -
HSV(B) 17.23º 0.46% 0.87% -
XYZ 43.96 38.22 22.83 -
YUV 167.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 221 149 120 0 0.33 0.46 0.13 17.23 0.6 0.67
Hex DD 95 78 0 21 2E D 11 3C 43
Octal 335 225 170 0 41 56 15 21 74 103
Binary 11011101 10010101 1111000 0 100001 101110 1101 10001 111100 1000011

Color Harmonies of #DD9578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9578

Black with #DD9578

Text Example


Text Example

White with #DD9578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9578; }

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

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

background-color css

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

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

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

border-color css

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

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

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