Html Css Color HEX #DD937C Dark Salmon

📋 copy color: '#DD937C'

red 221 ◦ green 147 ◦ blue 124

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

Shades of Dark Salmon #DD937C

Tints of Dark Salmon #DD937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.88%

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 44.92%
G = 29.88%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD937C (or 0xDD937C) is known color: Dark Salmon. HEX triplet: DD, 93 and 7C. RGB value is (221,147,124). Sum of RGB (Red+Green+Blue) = 221+147+124=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD937C is #226C83. Grayscale: #A6A6A6. Windows color (decimal): -2256004 or 8164317. OLE color: 8164317.

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

Color convert

RGB 221 147 124 -
CMYK 0 0.33 0.44 0.13
HSL 14.23º 0.59% 0.68% -
HSV(B) 14.23º 0.44% 0.87% -
XYZ 43.89 37.69 24.03 -
YUV 166.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 221 147 124 0 0.33 0.44 0.13 14.23 0.59 0.68
Hex DD 93 7C 0 21 2C D E 3B 44
Octal 335 223 174 0 41 54 15 16 73 104
Binary 11011101 10010011 1111100 0 100001 101100 1101 1110 111011 1000100

Color Harmonies of #DD937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD937C

Black with #DD937C

Text Example


Text Example

White with #DD937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD937C; }

 p { color: rgb(221,147,124); }

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

background-color css

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

 a { background-color: rgb(221,147,124); }

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

border-color css

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

 span { border-color: rgb(221,147,124); }

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