Html Css Color HEX #DD9879 Dark Salmon

📋 copy color: '#DD9879'

red 221 ◦ green 152 ◦ blue 121

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

Shades of Dark Salmon #DD9879

Tints of Dark Salmon #DD9879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.77%

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

R = 44.74%
G = 30.77%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD9879 (or 0xDD9879) is known color: Dark Salmon. HEX triplet: DD, 98 and 79. RGB value is (221,152,121). Sum of RGB (Red+Green+Blue) = 221+152+121=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9879 is #226786. Grayscale: #A9A9A9. Windows color (decimal): -2254727 or 7968989. OLE color: 7968989.

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

Color convert

RGB 221 152 121 -
CMYK 0 0.31 0.45 0.13
HSL 18.6º 0.6% 0.67% -
HSV(B) 18.6º 0.45% 0.87% -
XYZ 44.5 39.21 23.31 -
YUV 169.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 221 152 121 0 0.31 0.45 0.13 18.6 0.6 0.67
Hex DD 98 79 0 1F 2D D 13 3C 43
Octal 335 230 171 0 37 55 15 23 74 103
Binary 11011101 10011000 1111001 0 11111 101101 1101 10011 111100 1000011

Color Harmonies of #DD9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9879

Black with #DD9879

Text Example


Text Example

White with #DD9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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