Html Css Color HEX #DF917D Dark Salmon

📋 copy color: '#DF917D'

red 223 ◦ green 145 ◦ blue 125

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

Shades of Dark Salmon #DF917D

Tints of Dark Salmon #DF917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

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

R = 45.23%
G = 29.41%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF917D (or 0xDF917D) is known color: Dark Salmon. HEX triplet: DF, 91 and 7D. RGB value is (223,145,125). Sum of RGB (Red+Green+Blue) = 223+145+125=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF917D is #206E82. Grayscale: #A6A6A6. Windows color (decimal): -2125443 or 8229343. OLE color: 8229343.

HSL color Cylindrical-coordinate representation of color #DF917D: hue angle of 12.24º 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 #DF917D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 125 -
CMYK 0 0.35 0.44 0.13
HSL 12.24º 0.6% 0.68% -
HSV(B) 12.24º 0.44% 0.87% -
XYZ 44.26 37.42 24.29 -
YUV 166.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 223 145 125 0 0.35 0.44 0.13 12.24 0.6 0.68
Hex DF 91 7D 0 23 2C D C 3C 44
Octal 337 221 175 0 43 54 15 14 74 104
Binary 11011111 10010001 1111101 0 100011 101100 1101 1100 111100 1000100

Color Harmonies of #DF917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF917D

Black with #DF917D

Text Example


Text Example

White with #DF917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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