Html Css Color HEX #DF9573 Dark Salmon

📋 copy color: '#DF9573'

red 223 ◦ green 149 ◦ blue 115

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

Shades of Dark Salmon #DF9573

Tints of Dark Salmon #DF9573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 45.79%
G = 30.6%
B = 23.61%

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

#DF9573 (or 0xDF9573) is known color: Dark Salmon. HEX triplet: DF, 95 and 73. RGB value is (223,149,115). Sum of RGB (Red+Green+Blue) = 223+149+115=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9573 is #206A8C. Grayscale: #A7A7A7. Windows color (decimal): -2124429 or 7575007. OLE color: 7575007.

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

Color convert

RGB 223 149 115 -
CMYK 0 0.33 0.48 0.13
HSL 18.89º 0.63% 0.66% -
HSV(B) 18.89º 0.48% 0.87% -
XYZ 44.27 38.42 21.3 -
YUV 167.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 223 149 115 0 0.33 0.48 0.13 18.89 0.63 0.66
Hex DF 95 73 0 21 30 D 13 3F 42
Octal 337 225 163 0 41 60 15 23 77 102
Binary 11011111 10010101 1110011 0 100001 110000 1101 10011 111111 1000010

Color Harmonies of #DF9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9573

Black with #DF9573

Text Example


Text Example

White with #DF9573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9573; }

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

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

background-color css

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

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

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

border-color css

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

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

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