#DF9675

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

Shades of Dark Salmon #DF9675

Tints of Dark Salmon #DF9675

Color information

#DF9675 (or 0xDF9675) is unknown color: approx Dark Salmon. HEX triplet: DF, 96 and 75. RGB value is (223,150,117). Sum of RGB (Red+Green+Blue) = 223+150+117=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9675 is #20698A. Grayscale: #A8A8A8. Windows color (decimal): -2124171 or 7706335. OLE color: 7706335.

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

Color convert

RGB223150117-
CMYK00.330.480.13
HSL18.68º62.35%66.67%-
HSV(B)18.68º47.53%87.45%-
XYZ44.5538.7921.97-
YUV168.0699.18167.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.51%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=45.51%
G=30.61%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315011700.330.480.1318.6862.3566.67
HexDF967502130D133e43
Octal33722616504160152376103
Binary1101111110010110111010101000011100001101100111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9675; }

 p { color: rgb(223,150,117); }

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

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

 a { background-color: rgb(223,150,117); }

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

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

 span { border-color: rgb(223,150,117); }

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