Html Css Color HEX #DD977E Dark Salmon

📋 copy color: '#DD977E'

red 221 ◦ green 151 ◦ blue 126

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

Shades of Dark Salmon #DD977E

Tints of Dark Salmon #DD977E

RGB

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

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

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

R = 44.38%
G = 30.32%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD977E (or 0xDD977E) is known color: Dark Salmon. HEX triplet: DD, 97 and 7E. RGB value is (221,151,126). Sum of RGB (Red+Green+Blue) = 221+151+126=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD977E is #226881. Grayscale: #A9A9A9. Windows color (decimal): -2254978 or 8296413. OLE color: 8296413.

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

Color convert

RGB 221 151 126 -
CMYK 0 0.32 0.43 0.13
HSL 15.79º 0.58% 0.68% -
HSV(B) 15.79º 0.43% 0.87% -
XYZ 44.65 39.01 24.92 -
YUV 169.08 103.69 165.03 -
System Red Green Blue C M Y K H S L
Decimal 221 151 126 0 0.32 0.43 0.13 15.79 0.58 0.68
Hex DD 97 7E 0 20 2B D 10 3A 44
Octal 335 227 176 0 40 53 15 20 72 104
Binary 11011101 10010111 1111110 0 100000 101011 1101 10000 111010 1000100

Color Harmonies of #DD977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD977E

Black with #DD977E

Text Example


Text Example

White with #DD977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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