#DF907C

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

Shades of Dark Salmon #DF907C

Tints of Dark Salmon #DF907C

Color information

#DF907C (or 0xDF907C) is unknown color: approx Dark Salmon. HEX triplet: DF, 90 and 7C. RGB value is (223,144,124). Sum of RGB (Red+Green+Blue) = 223+144+124=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF907C is #206F83. Grayscale: #A5A5A5. Windows color (decimal): -2125700 or 8163551. OLE color: 8163551.

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

Color convert

RGB223144124-
CMYK00.350.440.13
HSL12.12º60.74%68.04%-
HSV(B)12.12º44.39%87.45%-
XYZ44.0437.0923.91-
YUV165.34104.67169.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=45.42%
G=29.33%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314412400.350.440.1312.1260.7468.04
HexDF907C0232CDc3d44
Octal33722017404354151475104
Binary110111111001000011111000100011101100110111001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF907C; }

 p { color: rgb(223,144,124); }

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

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

 a { background-color: rgb(223,144,124); }

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

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

 span { border-color: rgb(223,144,124); }

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