Html Css Color HEX #DD997A Dark Salmon

📋 copy color: '#DD997A'

red 221 ◦ green 153 ◦ blue 122

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

Shades of Dark Salmon #DD997A

Tints of Dark Salmon #DD997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 44.56%
G = 30.85%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD997A (or 0xDD997A) is known color: Dark Salmon. HEX triplet: DD, 99 and 7A. RGB value is (221,153,122). Sum of RGB (Red+Green+Blue) = 221+153+122=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD997A is #226685. Grayscale: #A9A9A9. Windows color (decimal): -2254470 or 8034781. OLE color: 8034781.

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

Color convert

RGB 221 153 122 -
CMYK 0 0.31 0.45 0.13
HSL 18.79º 0.59% 0.67% -
HSV(B) 18.79º 0.45% 0.87% -
XYZ 44.72 39.56 23.69 -
YUV 169.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 221 153 122 0 0.31 0.45 0.13 18.79 0.59 0.67
Hex DD 99 7A 0 1F 2D D 13 3B 43
Octal 335 231 172 0 37 55 15 23 73 103
Binary 11011101 10011001 1111010 0 11111 101101 1101 10011 111011 1000011

Color Harmonies of #DD997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD997A

Black with #DD997A

Text Example


Text Example

White with #DD997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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