Html Css Color HEX #DD9A79 Dark Salmon

📋 copy color: '#DD9A79'

red 221 ◦ green 154 ◦ blue 121

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

Shades of Dark Salmon #DD9A79

Tints of Dark Salmon #DD9A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 44.56%
G = 31.05%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD9A79 (or 0xDD9A79) is known color: Dark Salmon. HEX triplet: DD, 9A and 79. RGB value is (221,154,121). Sum of RGB (Red+Green+Blue) = 221+154+121=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A79 is #226586. Grayscale: #AAAAAA. Windows color (decimal): -2254215 or 7969501. OLE color: 7969501.

HSL color Cylindrical-coordinate representation of color #DD9A79: hue angle of 19.8º degrees, saturation: 0.6, 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 #DD9A79 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 121 -
CMYK 0 0.30 0.45 0.13
HSL 19.8º 0.6% 0.67% -
HSV(B) 19.8º 0.45% 0.87% -
XYZ 44.83 39.86 23.42 -
YUV 170.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 221 154 121 0 0.30 0.45 0.13 19.8 0.6 0.67
Hex DD 9A 79 0 1E 2D D 14 3C 43
Octal 335 232 171 0 36 55 15 24 74 103
Binary 11011101 10011010 1111001 0 11110 101101 1101 10100 111100 1000011

Color Harmonies of #DD9A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A79

Black with #DD9A79

Text Example


Text Example

White with #DD9A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A79; }

 p { color: rgb(221,154,121); }

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

background-color css

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

 a { background-color: rgb(221,154,121); }

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

border-color css

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

 span { border-color: rgb(221,154,121); }

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