Html Css Color HEX #DD987A Dark Salmon

📋 copy color: '#DD987A'

red 221 ◦ green 152 ◦ blue 122

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

Shades of Dark Salmon #DD987A

Tints of Dark Salmon #DD987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.65%

R = 44.65%
G = 30.71%
B = 24.65%

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

#DD987A (or 0xDD987A) is known color: Dark Salmon. HEX triplet: DD, 98 and 7A. RGB value is (221,152,122). Sum of RGB (Red+Green+Blue) = 221+152+122=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD987A is #226785. Grayscale: #A9A9A9. Windows color (decimal): -2254726 or 8034525. OLE color: 8034525.

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

Color convert

RGB 221 152 122 -
CMYK 0 0.31 0.45 0.13
HSL 18.18º 0.59% 0.67% -
HSV(B) 18.18º 0.45% 0.87% -
XYZ 44.56 39.23 23.64 -
YUV 169.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 221 152 122 0 0.31 0.45 0.13 18.18 0.59 0.67
Hex DD 98 7A 0 1F 2D D 12 3B 43
Octal 335 230 172 0 37 55 15 22 73 103
Binary 11011101 10011000 1111010 0 11111 101101 1101 10010 111011 1000011

Color Harmonies of #DD987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD987A

Black with #DD987A

Text Example


Text Example

White with #DD987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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