#DC967D

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

Shades of Dark Salmon #DC967D

Tints of Dark Salmon #DC967D

Color information

#DC967D (or 0xDC967D) is unknown color: approx Dark Salmon. HEX triplet: DC, 96 and 7D. RGB value is (220,150,125). Sum of RGB (Red+Green+Blue) = 220+150+125=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC967D is #236982. Grayscale: #A8A8A8. Windows color (decimal): -2320771 or 8230620. OLE color: 8230620.

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

Color convert

RGB220150125-
CMYK00.320.430.14
HSL15.79º57.58%67.65%-
HSV(B)15.79º43.18%86.27%-
XYZ44.1238.5124.51-
YUV168.08103.69165.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=44.44%
G=30.30%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015012500.320.430.1415.7957.5867.65
HexDC967D0202BE103a44
Octal33422617504053162072104
Binary1101110010010110111110101000001010111110100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC967D; }

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

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

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

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

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

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

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

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