#DF9478

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

Shades of Dark Salmon #DF9478

Tints of Dark Salmon #DF9478

Color information

#DF9478 (or 0xDF9478) is unknown color: approx Dark Salmon. HEX triplet: DF, 94 and 78. RGB value is (223,148,120). Sum of RGB (Red+Green+Blue) = 223+148+120=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9478 is #206B87. Grayscale: #A7A7A7. Windows color (decimal): -2124680 or 7902431. OLE color: 7902431.

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

Color convert

RGB223148120-
CMYK00.340.460.13
HSL16.31º61.68%67.25%-
HSV(B)16.31º46.19%87.45%-
XYZ44.4138.2222.81-
YUV167.23101.35167.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=45.42%
G=30.14%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314812000.340.460.1316.3161.6867.25
HexDF94780222ED103e43
Octal33722417004256152076103
Binary1101111110010100111100001000101011101101100001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9478; }

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

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

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

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

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

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

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

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