#DF9177

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

Shades of Dark Salmon #DF9177

Tints of Dark Salmon #DF9177

Color information

#DF9177 (or 0xDF9177) is unknown color: approx Dark Salmon. HEX triplet: DF, 91 and 77. RGB value is (223,145,119). Sum of RGB (Red+Green+Blue) = 223+145+119=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9177 is #206E88. Grayscale: #A5A5A5. Windows color (decimal): -2125449 or 7836127. OLE color: 7836127.

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

Color convert

RGB223145119-
CMYK00.350.470.13
HSL15º61.9%67.06%-
HSV(B)15º46.64%87.45%-
XYZ43.8937.2722.33-
YUV165.36101.84169.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=45.79%
G=29.77%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314511900.350.470.131561.967.06
HexDF91770232FDf3e43
Octal33722116704357151776103
Binary110111111001000111101110100011101111110111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9177; }

 p { color: rgb(223,145,119); }

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

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

 a { background-color: rgb(223,145,119); }

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

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

 span { border-color: rgb(223,145,119); }

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