#DC997D

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

Shades of Dark Salmon #DC997D

Tints of Dark Salmon #DC997D

Color information

#DC997D (or 0xDC997D) is unknown color: approx Dark Salmon. HEX triplet: DC, 99 and 7D. RGB value is (220,153,125). Sum of RGB (Red+Green+Blue) = 220+153+125=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC997D is #236682. Grayscale: #AAAAAA. Windows color (decimal): -2320003 or 8231388. OLE color: 8231388.

HSL color Cylindrical-coordinate representation of color #DC997D: hue angle of 17.68º 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 #DC997D is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB220153125-
CMYK00.300.430.14
HSL17.68º57.58%67.65%-
HSV(B)17.68º43.18%86.27%-
XYZ44.6139.4824.67-
YUV169.84102.7163.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=44.18%
G=30.72%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015312500.300.430.1417.6857.5867.65
HexDC997D01E2BE123a44
Octal33423117503653162272104
Binary110111001001100111111010111101010111110100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC997D; }

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

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

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

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

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

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

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

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