Html Css Color HEX #DC987F Dark Salmon

📋 copy color: '#DC987F'

red 220 ◦ green 152 ◦ blue 127

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

Shades of Dark Salmon #DC987F

Tints of Dark Salmon #DC987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.45%

R = 44.09%
G = 30.46%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC987F (or 0xDC987F) is known color: Dark Salmon. HEX triplet: DC, 98 and 7F. RGB value is (220,152,127). Sum of RGB (Red+Green+Blue) = 220+152+127=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC987F is #236780. Grayscale: #A9A9A9. Windows color (decimal): -2320257 or 8362204. OLE color: 8362204.

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

Color convert

RGB 220 152 127 -
CMYK 0 0.31 0.42 0.14
HSL 16.13º 0.57% 0.68% -
HSV(B) 16.13º 0.42% 0.86% -
XYZ 44.57 39.2 25.3 -
YUV 169.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 220 152 127 0 0.31 0.42 0.14 16.13 0.57 0.68
Hex DC 98 7F 0 1F 2A E 10 39 44
Octal 334 230 177 0 37 52 16 20 71 104
Binary 11011100 10011000 1111111 0 11111 101010 1110 10000 111001 1000100

Color Harmonies of #DC987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC987F

Black with #DC987F

Text Example


Text Example

White with #DC987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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