Html Css Color HEX #DD997F Dark Salmon

📋 copy color: '#DD997F'

red 221 ◦ green 153 ◦ blue 127

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

Shades of Dark Salmon #DD997F

Tints of Dark Salmon #DD997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

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

R = 44.11%
G = 30.54%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD997F (or 0xDD997F) is known color: Dark Salmon. HEX triplet: DD, 99 and 7F. RGB value is (221,153,127). Sum of RGB (Red+Green+Blue) = 221+153+127=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD997F is #226680. Grayscale: #AAAAAA. Windows color (decimal): -2254465 or 8362461. OLE color: 8362461.

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

Color convert

RGB 221 153 127 -
CMYK 0 0.31 0.43 0.13
HSL 16.6º 0.58% 0.68% -
HSV(B) 16.6º 0.43% 0.87% -
XYZ 45.04 39.69 25.37 -
YUV 170.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 221 153 127 0 0.31 0.43 0.13 16.6 0.58 0.68
Hex DD 99 7F 0 1F 2B D 11 3A 44
Octal 335 231 177 0 37 53 15 21 72 104
Binary 11011101 10011001 1111111 0 11111 101011 1101 10001 111010 1000100

Color Harmonies of #DD997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD997F

Black with #DD997F

Text Example


Text Example

White with #DD997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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