Html Css Color HEX #DF947C Dark Salmon

📋 copy color: '#DF947C'

red 223 ◦ green 148 ◦ blue 124

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

Shades of Dark Salmon #DF947C

Tints of Dark Salmon #DF947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 45.05%
G = 29.9%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF947C (or 0xDF947C) is known color: Dark Salmon. HEX triplet: DF, 94 and 7C. RGB value is (223,148,124). Sum of RGB (Red+Green+Blue) = 223+148+124=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF947C is #206B83. Grayscale: #A7A7A7. Windows color (decimal): -2124676 or 8164575. OLE color: 8164575.

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

Color convert

RGB 223 148 124 -
CMYK 0 0.34 0.44 0.13
HSL 14.55º 0.61% 0.68% -
HSV(B) 14.55º 0.44% 0.87% -
XYZ 44.66 38.32 24.11 -
YUV 167.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 223 148 124 0 0.34 0.44 0.13 14.55 0.61 0.68
Hex DF 94 7C 0 22 2C D F 3D 44
Octal 337 224 174 0 42 54 15 17 75 104
Binary 11011111 10010100 1111100 0 100010 101100 1101 1111 111101 1000100

Color Harmonies of #DF947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF947C

Black with #DF947C

Text Example


Text Example

White with #DF947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF947C; }

 p { color: rgb(223,148,124); }

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

background-color css

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

 a { background-color: rgb(223,148,124); }

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

border-color css

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

 span { border-color: rgb(223,148,124); }

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