Html Css Color HEX #DD9680 Dark Salmon

📋 copy color: '#DD9680'

red 221 ◦ green 150 ◦ blue 128

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

Shades of Dark Salmon #DD9680

Tints of Dark Salmon #DD9680

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.06%

 BLUE value IS 128 (50.39% from 255) = 25.65%

R = 44.29%
G = 30.06%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD9680 (or 0xDD9680) is known color: Dark Salmon. HEX triplet: DD, 96 and 80. RGB value is (221,150,128). Sum of RGB (Red+Green+Blue) = 221+150+128=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9680 is #22697F. Grayscale: #A8A8A8. Windows color (decimal): -2255232 or 8427229. OLE color: 8427229.

HSL color Cylindrical-coordinate representation of color #DD9680: hue angle of 14.19º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9680 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 150 128 -
CMYK 0 0.32 0.42 0.13
HSL 14.19º 0.58% 0.68% -
HSV(B) 14.19º 0.42% 0.87% -
XYZ 44.62 38.74 25.55 -
YUV 168.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 221 150 128 0 0.32 0.42 0.13 14.19 0.58 0.68
Hex DD 96 80 0 20 2A D E 3A 44
Octal 335 226 200 0 40 52 15 16 72 104
Binary 11011101 10010110 10000000 0 100000 101010 1101 1110 111010 1000100

Color Harmonies of #DD9680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9680

Black with #DD9680

Text Example


Text Example

White with #DD9680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9680; }

 p { color: rgb(221,150,128); }

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

background-color css

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

 a { background-color: rgb(221,150,128); }

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

border-color css

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

 span { border-color: rgb(221,150,128); }

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