Html Css Color HEX #DD947F Dark Salmon

📋 copy color: '#DD947F'

red 221 ◦ green 148 ◦ blue 127

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

Shades of Dark Salmon #DD947F

Tints of Dark Salmon #DD947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.84%

 BLUE value IS 127 (50% from 255) = 25.6%

R = 44.56%
G = 29.84%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD947F (or 0xDD947F) is known color: Dark Salmon. HEX triplet: DD, 94 and 7F. RGB value is (221,148,127). Sum of RGB (Red+Green+Blue) = 221+148+127=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD947F is #226B80. Grayscale: #A7A7A7. Windows color (decimal): -2255745 or 8361181. OLE color: 8361181.

HSL color Cylindrical-coordinate representation of color #DD947F: hue angle of 13.4º degrees, saturation: 0.58, 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 #DD947F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 127 -
CMYK 0 0.33 0.43 0.13
HSL 13.4º 0.58% 0.68% -
HSV(B) 13.4º 0.43% 0.87% -
XYZ 44.24 38.08 25.1 -
YUV 167.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 221 148 127 0 0.33 0.43 0.13 13.4 0.58 0.68
Hex DD 94 7F 0 21 2B D D 3A 44
Octal 335 224 177 0 41 53 15 15 72 104
Binary 11011101 10010100 1111111 0 100001 101011 1101 1101 111010 1000100

Color Harmonies of #DD947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD947F

Black with #DD947F

Text Example


Text Example

White with #DD947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD947F; }

 p { color: rgb(221,148,127); }

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

background-color css

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

 a { background-color: rgb(221,148,127); }

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

border-color css

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

 span { border-color: rgb(221,148,127); }

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