Html Css Color HEX #DF997D Dark Salmon

📋 copy color: '#DF997D'

red 223 ◦ green 153 ◦ blue 125

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

Shades of Dark Salmon #DF997D

Tints of Dark Salmon #DF997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

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

R = 44.51%
G = 30.54%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF997D (or 0xDF997D) is known color: Dark Salmon. HEX triplet: DF, 99 and 7D. RGB value is (223,153,125). Sum of RGB (Red+Green+Blue) = 223+153+125=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF997D is #206682. Grayscale: #AAAAAA. Windows color (decimal): -2123395 or 8231391. OLE color: 8231391.

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

Color convert

RGB 223 153 125 -
CMYK 0 0.31 0.44 0.13
HSL 17.14º 0.6% 0.68% -
HSV(B) 17.14º 0.44% 0.87% -
XYZ 45.52 39.95 24.71 -
YUV 170.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 223 153 125 0 0.31 0.44 0.13 17.14 0.6 0.68
Hex DF 99 7D 0 1F 2C D 11 3C 44
Octal 337 231 175 0 37 54 15 21 74 104
Binary 11011111 10011001 1111101 0 11111 101100 1101 10001 111100 1000100

Color Harmonies of #DF997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF997D

Black with #DF997D

Text Example


Text Example

White with #DF997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF997D; }

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

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

background-color css

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

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

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

border-color css

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

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

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