Html Css Color HEX #DD9178 Dark Salmon

📋 copy color: '#DD9178'

red 221 ◦ green 145 ◦ blue 120

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

Shades of Dark Salmon #DD9178

Tints of Dark Salmon #DD9178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.84%

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

R = 45.47%
G = 29.84%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9178 (or 0xDD9178) is known color: Dark Salmon. HEX triplet: DD, 91 and 78. RGB value is (221,145,120). Sum of RGB (Red+Green+Blue) = 221+145+120=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9178 is #226E87. Grayscale: #A5A5A5. Windows color (decimal): -2256520 or 7901661. OLE color: 7901661.

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

Color convert

RGB 221 145 120 -
CMYK 0 0.34 0.46 0.13
HSL 14.85º 0.6% 0.67% -
HSV(B) 14.85º 0.46% 0.87% -
XYZ 43.33 36.98 22.62 -
YUV 164.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 221 145 120 0 0.34 0.46 0.13 14.85 0.6 0.67
Hex DD 91 78 0 22 2E D F 3C 43
Octal 335 221 170 0 42 56 15 17 74 103
Binary 11011101 10010001 1111000 0 100010 101110 1101 1111 111100 1000011

Color Harmonies of #DD9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9178

Black with #DD9178

Text Example


Text Example

White with #DD9178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9178; }

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

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

background-color css

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

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

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

border-color css

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

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

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