Html Css Color HEX #DF987B Dark Salmon

📋 copy color: '#DF987B'

red 223 ◦ green 152 ◦ blue 123

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

Shades of Dark Salmon #DF987B

Tints of Dark Salmon #DF987B

RGB

 RED value IS 223 (87.5% from 255) = 44.78%

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

 BLUE value IS 123 (48.44% from 255) = 24.7%

R = 44.78%
G = 30.52%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF987B (or 0xDF987B) is known color: Dark Salmon. HEX triplet: DF, 98 and 7B. RGB value is (223,152,123). Sum of RGB (Red+Green+Blue) = 223+152+123=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF987B is #206784. Grayscale: #AAAAAA. Windows color (decimal): -2123653 or 8100063. OLE color: 8100063.

HSL color Cylindrical-coordinate representation of color #DF987B: hue angle of 17.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF987B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 123 -
CMYK 0 0.32 0.45 0.13
HSL 17.4º 0.61% 0.68% -
HSV(B) 17.4º 0.45% 0.87% -
XYZ 45.23 39.57 23.99 -
YUV 169.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 223 152 123 0 0.32 0.45 0.13 17.4 0.61 0.68
Hex DF 98 7B 0 20 2D D 11 3D 44
Octal 337 230 173 0 40 55 15 21 75 104
Binary 11011111 10011000 1111011 0 100000 101101 1101 10001 111101 1000100

Color Harmonies of #DF987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF987B

Black with #DF987B

Text Example


Text Example

White with #DF987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF987B; }

 p { color: rgb(223,152,123); }

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

background-color css

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

 a { background-color: rgb(223,152,123); }

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

border-color css

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

 span { border-color: rgb(223,152,123); }

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