#DF947A

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

Shades of Dark Salmon #DF947A

Tints of Dark Salmon #DF947A

Color information

#DF947A (or 0xDF947A) is unknown color: approx Dark Salmon. HEX triplet: DF, 94 and 7A. RGB value is (223,148,122). Sum of RGB (Red+Green+Blue) = 223+148+122=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF947A is #206B85. Grayscale: #A7A7A7. Windows color (decimal): -2124678 or 8033503. OLE color: 8033503.

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

Color convert

RGB223148122-
CMYK00.340.450.13
HSL15.45º61.21%67.65%-
HSV(B)15.45º45.29%87.45%-
XYZ44.5338.2723.45-
YUV167.46102.35167.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=45.23%
G=30.02%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314812200.340.450.1315.4561.2167.65
HexDF947A0222DDf3d44
Octal33722417204255151775104
Binary110111111001010011110100100010101101110111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF947A; }

 p { color: rgb(223,148,122); }

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

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

 a { background-color: rgb(223,148,122); }

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

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

 span { border-color: rgb(223,148,122); }

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