#DD9681

Color #DD9681 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #DD9681

Tints of Dark Salmon #DD9681

Color information

#DD9681 (or 0xDD9681) is unknown color: approx Dark Salmon. HEX triplet: DD, 96 and 81. RGB value is (221,150,129). Sum of RGB (Red+Green+Blue) = 221+150+129=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9681 is #22697E. Grayscale: #A8A8A8. Windows color (decimal): -2255231 or 8492765. OLE color: 8492765.

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

Color convert

RGB221150129-
CMYK00.320.420.13
HSL13.7º57.5%68.63%-
HSV(B)13.7º41.63%86.67%-
XYZ44.6938.7725.9-
YUV168.83105.52165.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 129 (50.78% from 255) = 25.8%
R=44.2%
G=30%
B=25.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115012900.320.420.1313.757.568.63
HexDD96810202ADe3a45
Octal33522620104052151672105
Binary1101110110010110100000010100000101010110111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9681; }

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

 H1.HeaderClassName
 {
   color: #DD9681;
 }
 .AnyTagClassName
 {
   color: #DD9681;
 }
</style>
background-color css

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

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

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

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

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

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