#DF967A

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

Shades of Dark Salmon #DF967A

Tints of Dark Salmon #DF967A

Color information

#DF967A (or 0xDF967A) is unknown color: approx Dark Salmon. HEX triplet: DF, 96 and 7A. RGB value is (223,150,122). Sum of RGB (Red+Green+Blue) = 223+150+122=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF967A is #206985. Grayscale: #A8A8A8. Windows color (decimal): -2124166 or 8034015. OLE color: 8034015.

HSL color Cylindrical-coordinate representation of color #DF967A: hue angle of 16.63º 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 #DF967A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB223150122-
CMYK00.330.450.13
HSL16.63º61.21%67.65%-
HSV(B)16.63º45.29%87.45%-
XYZ44.8538.9123.56-
YUV168.64101.68166.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=45.05%
G=30.30%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315012200.330.450.1316.6361.2167.65
HexDF967A0212DD113d44
Octal33722617204155152175104
Binary1101111110010110111101001000011011011101100011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF967A; }

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

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

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

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

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

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

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

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