Html Css Color HEX #DC987D Dark Salmon

📋 copy color: '#DC987D'

red 220 ◦ green 152 ◦ blue 125

#DC987D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #DC987D

Tints of Dark Salmon #DC987D

RGB

 RED value IS 220 (86.33% from 255) = 44.27%

 GREEN value IS 152 (59.77% from 255) = 30.58%

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 44.27%
G = 30.58%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC987D (or 0xDC987D) is known color: Dark Salmon. HEX triplet: DC, 98 and 7D. RGB value is (220,152,125). Sum of RGB (Red+Green+Blue) = 220+152+125=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC987D is #236782. Grayscale: #A9A9A9. Windows color (decimal): -2320259 or 8231132. OLE color: 8231132.

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

Color convert

RGB 220 152 125 -
CMYK 0 0.31 0.43 0.14
HSL 17.05º 0.58% 0.68% -
HSV(B) 17.05º 0.43% 0.86% -
XYZ 44.45 39.15 24.62 -
YUV 169.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 220 152 125 0 0.31 0.43 0.14 17.05 0.58 0.68
Hex DC 98 7D 0 1F 2B E 11 3A 44
Octal 334 230 175 0 37 53 16 21 72 104
Binary 11011100 10011000 1111101 0 11111 101011 1110 10001 111010 1000100

Color Harmonies of #DC987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC987D

Black with #DC987D

Text Example


Text Example

White with #DC987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC987D; }

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

 H1.HeaderClassName
 {
   color: #DC987D;
 }
 .AnyTagClassName
 {
   color: #DC987D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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