Html Css Color HEX #DD947B Dark Salmon

📋 copy color: '#DD947B'

red 221 ◦ green 148 ◦ blue 123

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

Shades of Dark Salmon #DD947B

Tints of Dark Salmon #DD947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25%

R = 44.92%
G = 30.08%
B = 25%

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

#DD947B (or 0xDD947B) is known color: Dark Salmon. HEX triplet: DD, 94 and 7B. RGB value is (221,148,123). Sum of RGB (Red+Green+Blue) = 221+148+123=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD947B is #226B84. Grayscale: #A7A7A7. Windows color (decimal): -2255749 or 8099037. OLE color: 8099037.

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

Color convert

RGB 221 148 123 -
CMYK 0 0.33 0.44 0.13
HSL 15.31º 0.59% 0.67% -
HSV(B) 15.31º 0.44% 0.87% -
XYZ 43.98 37.98 23.75 -
YUV 166.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 221 148 123 0 0.33 0.44 0.13 15.31 0.59 0.67
Hex DD 94 7B 0 21 2C D F 3B 43
Octal 335 224 173 0 41 54 15 17 73 103
Binary 11011101 10010100 1111011 0 100001 101100 1101 1111 111011 1000011

Color Harmonies of #DD947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD947B

Black with #DD947B

Text Example


Text Example

White with #DD947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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