#DF9276

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

Shades of Dark Salmon #DF9276

Tints of Dark Salmon #DF9276

Color information

#DF9276 (or 0xDF9276) is unknown color: approx Dark Salmon. HEX triplet: DF, 92 and 76. RGB value is (223,146,118). Sum of RGB (Red+Green+Blue) = 223+146+118=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9276 is #206D89. Grayscale: #A6A6A6. Windows color (decimal): -2125194 or 7770847. OLE color: 7770847.

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

Color convert

RGB223146118-
CMYK00.350.470.13
HSL16º62.13%66.86%-
HSV(B)16º47.09%87.45%-
XYZ43.9837.5522.07-
YUV165.83101.01168.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=45.79%
G=29.98%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314611800.350.470.131662.1366.86
HexDF92760232FD103e43
Octal33722216604357152076103
Binary1101111110010010111011001000111011111101100001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9276; }

 p { color: rgb(223,146,118); }

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

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

 a { background-color: rgb(223,146,118); }

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

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

 span { border-color: rgb(223,146,118); }

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