Html Css Color HEX #DD977C Dark Salmon

📋 copy color: '#DD977C'

red 221 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #DD977C

Tints of Dark Salmon #DD977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

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

R = 44.56%
G = 30.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD977C (or 0xDD977C) is known color: Dark Salmon. HEX triplet: DD, 97 and 7C. RGB value is (221,151,124). Sum of RGB (Red+Green+Blue) = 221+151+124=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD977C is #226883. Grayscale: #A9A9A9. Windows color (decimal): -2254980 or 8165341. OLE color: 8165341.

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

Color convert

RGB 221 151 124 -
CMYK 0 0.32 0.44 0.13
HSL 16.7º 0.59% 0.68% -
HSV(B) 16.7º 0.44% 0.87% -
XYZ 44.52 38.96 24.24 -
YUV 168.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 221 151 124 0 0.32 0.44 0.13 16.7 0.59 0.68
Hex DD 97 7C 0 20 2C D 11 3B 44
Octal 335 227 174 0 40 54 15 21 73 104
Binary 11011101 10010111 1111100 0 100000 101100 1101 10001 111011 1000100

Color Harmonies of #DD977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD977C

Black with #DD977C

Text Example


Text Example

White with #DD977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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