Html Css Color HEX #DF907C Dark Salmon

📋 copy color: '#DF907C'

red 223 ◦ green 144 ◦ blue 124

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

Shades of Dark Salmon #DF907C

Tints of Dark Salmon #DF907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.33%

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

R = 45.42%
G = 29.33%
B = 25.25%

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

#DF907C (or 0xDF907C) is known color: Dark Salmon. HEX triplet: DF, 90 and 7C. RGB value is (223,144,124). Sum of RGB (Red+Green+Blue) = 223+144+124=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF907C is #206F83. Grayscale: #A5A5A5. Windows color (decimal): -2125700 or 8163551. OLE color: 8163551.

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

Color convert

RGB 223 144 124 -
CMYK 0 0.35 0.44 0.13
HSL 12.12º 0.61% 0.68% -
HSV(B) 12.12º 0.44% 0.87% -
XYZ 44.04 37.09 23.91 -
YUV 165.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 223 144 124 0 0.35 0.44 0.13 12.12 0.61 0.68
Hex DF 90 7C 0 23 2C D C 3D 44
Octal 337 220 174 0 43 54 15 14 75 104
Binary 11011111 10010000 1111100 0 100011 101100 1101 1100 111101 1000100

Color Harmonies of #DF907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF907C

Black with #DF907C

Text Example


Text Example

White with #DF907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF907C; }

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

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

background-color css

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

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

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

border-color css

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

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

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