Html Css Color HEX #DD977F Dark Salmon

📋 copy color: '#DD977F'

red 221 ◦ green 151 ◦ blue 127

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

Shades of Dark Salmon #DD977F

Tints of Dark Salmon #DD977F

RGB

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

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

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

R = 44.29%
G = 30.26%
B = 25.45%

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

#DD977F (or 0xDD977F) is known color: Dark Salmon. HEX triplet: DD, 97 and 7F. RGB value is (221,151,127). Sum of RGB (Red+Green+Blue) = 221+151+127=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD977F is #226880. Grayscale: #A9A9A9. Windows color (decimal): -2254977 or 8361949. OLE color: 8361949.

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

Color convert

RGB 221 151 127 -
CMYK 0 0.32 0.43 0.13
HSL 15.32º 0.58% 0.68% -
HSV(B) 15.32º 0.43% 0.87% -
XYZ 44.72 39.04 25.26 -
YUV 169.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 221 151 127 0 0.32 0.43 0.13 15.32 0.58 0.68
Hex DD 97 7F 0 20 2B D F 3A 44
Octal 335 227 177 0 40 53 15 17 72 104
Binary 11011101 10010111 1111111 0 100000 101011 1101 1111 111010 1000100

Color Harmonies of #DD977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD977F

Black with #DD977F

Text Example


Text Example

White with #DD977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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