Html Css Color HEX #DD947E Dark Salmon

📋 copy color: '#DD947E'

red 221 ◦ green 148 ◦ blue 126

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

Shades of Dark Salmon #DD947E

Tints of Dark Salmon #DD947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 44.65%
G = 29.9%
B = 25.45%

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

#DD947E (or 0xDD947E) is known color: Dark Salmon. HEX triplet: DD, 94 and 7E. RGB value is (221,148,126). Sum of RGB (Red+Green+Blue) = 221+148+126=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD947E is #226B81. Grayscale: #A7A7A7. Windows color (decimal): -2255746 or 8295645. OLE color: 8295645.

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

Color convert

RGB 221 148 126 -
CMYK 0 0.33 0.43 0.13
HSL 13.89º 0.58% 0.68% -
HSV(B) 13.89º 0.43% 0.87% -
XYZ 44.17 38.06 24.76 -
YUV 167.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 221 148 126 0 0.33 0.43 0.13 13.89 0.58 0.68
Hex DD 94 7E 0 21 2B D E 3A 44
Octal 335 224 176 0 41 53 15 16 72 104
Binary 11011101 10010100 1111110 0 100001 101011 1101 1110 111010 1000100

Color Harmonies of #DD947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD947E

Black with #DD947E

Text Example


Text Example

White with #DD947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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