Html Css Color HEX #DD987D Dark Salmon

📋 copy color: '#DD987D'

red 221 ◦ green 152 ◦ blue 125

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

Shades of Dark Salmon #DD987D

Tints of Dark Salmon #DD987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.1%

R = 44.38%
G = 30.52%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD987D (or 0xDD987D) is known color: Dark Salmon. HEX triplet: DD, 98 and 7D. RGB value is (221,152,125). Sum of RGB (Red+Green+Blue) = 221+152+125=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD987D is #226782. Grayscale: #A9A9A9. Windows color (decimal): -2254723 or 8231133. OLE color: 8231133.

HSL color Cylindrical-coordinate representation of color #DD987D: hue angle of 16.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD987D is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 125 -
CMYK 0 0.31 0.43 0.13
HSL 16.88º 0.59% 0.68% -
HSV(B) 16.88º 0.43% 0.87% -
XYZ 44.75 39.31 24.63 -
YUV 169.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 221 152 125 0 0.31 0.43 0.13 16.88 0.59 0.68
Hex DD 98 7D 0 1F 2B D 11 3B 44
Octal 335 230 175 0 37 53 15 21 73 104
Binary 11011101 10011000 1111101 0 11111 101011 1101 10001 111011 1000100

Color Harmonies of #DD987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD987D

Black with #DD987D

Text Example


Text Example

White with #DD987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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