Html Css Color HEX #DD917B Dark Salmon

📋 copy color: '#DD917B'

red 221 ◦ green 145 ◦ blue 123

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

Shades of Dark Salmon #DD917B

Tints of Dark Salmon #DD917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.65%

 BLUE value IS 123 (48.44% from 255) = 25.15%

R = 45.19%
G = 29.65%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD917B (or 0xDD917B) is known color: Dark Salmon. HEX triplet: DD, 91 and 7B. RGB value is (221,145,123). Sum of RGB (Red+Green+Blue) = 221+145+123=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD917B is #226E84. Grayscale: #A5A5A5. Windows color (decimal): -2256517 or 8098269. OLE color: 8098269.

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

Color convert

RGB 221 145 123 -
CMYK 0 0.34 0.44 0.13
HSL 13.47º 0.59% 0.67% -
HSV(B) 13.47º 0.44% 0.87% -
XYZ 43.52 37.05 23.6 -
YUV 165.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 221 145 123 0 0.34 0.44 0.13 13.47 0.59 0.67
Hex DD 91 7B 0 22 2C D D 3B 43
Octal 335 221 173 0 42 54 15 15 73 103
Binary 11011101 10010001 1111011 0 100010 101100 1101 1101 111011 1000011

Color Harmonies of #DD917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD917B

Black with #DD917B

Text Example


Text Example

White with #DD917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD917B; }

 p { color: rgb(221,145,123); }

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

background-color css

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

 a { background-color: rgb(221,145,123); }

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

border-color css

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

 span { border-color: rgb(221,145,123); }

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