Html Css Color HEX #DF9574 Dark Salmon

📋 copy color: '#DF9574'

red 223 ◦ green 149 ◦ blue 116

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

Shades of Dark Salmon #DF9574

Tints of Dark Salmon #DF9574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.53%

 BLUE value IS 116 (45.7% from 255) = 23.77%

R = 45.7%
G = 30.53%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9574 (or 0xDF9574) is known color: Dark Salmon. HEX triplet: DF, 95 and 74. RGB value is (223,149,116). Sum of RGB (Red+Green+Blue) = 223+149+116=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9574 is #206A8B. Grayscale: #A7A7A7. Windows color (decimal): -2124428 or 7640543. OLE color: 7640543.

HSL color Cylindrical-coordinate representation of color #DF9574: hue angle of 18.5º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF9574 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 116 -
CMYK 0 0.33 0.48 0.13
HSL 18.5º 0.63% 0.66% -
HSV(B) 18.5º 0.48% 0.87% -
XYZ 44.33 38.44 21.61 -
YUV 167.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 223 149 116 0 0.33 0.48 0.13 18.5 0.63 0.66
Hex DF 95 74 0 21 30 D 13 3F 42
Octal 337 225 164 0 41 60 15 23 77 102
Binary 11011111 10010101 1110100 0 100001 110000 1101 10011 111111 1000010

Color Harmonies of #DF9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9574

Black with #DF9574

Text Example


Text Example

White with #DF9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9574; }

 p { color: rgb(223,149,116); }

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

background-color css

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

 a { background-color: rgb(223,149,116); }

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

border-color css

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

 span { border-color: rgb(223,149,116); }

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