#DC9681

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

Shades of Dark Salmon #DC9681

Tints of Dark Salmon #DC9681

Color information

#DC9681 (or 0xDC9681) is unknown color: approx Dark Salmon. HEX triplet: DC, 96 and 81. RGB value is (220,150,129). Sum of RGB (Red+Green+Blue) = 220+150+129=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9681 is #23697E. Grayscale: #A8A8A8. Windows color (decimal): -2320767 or 8492764. OLE color: 8492764.

HSL color Cylindrical-coordinate representation of color #DC9681: hue angle of 13.85º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC9681 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220150129-
CMYK00.320.410.14
HSL13.85º56.52%68.43%-
HSV(B)13.85º41.36%86.27%-
XYZ44.3838.6125.88-
YUV168.54105.69164.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=44.09%
G=30.06%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015012900.320.410.1413.8556.5268.43
HexDC968102029Ee3944
Octal33422620104051161671104
Binary1101110010010110100000010100000101001111011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9681; }

 p { color: rgb(220,150,129); }

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

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

 a { background-color: rgb(220,150,129); }

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

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

 span { border-color: rgb(220,150,129); }

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