Html Css Color HEX #DF9173 Dark Salmon

📋 copy color: '#DF9173'

red 223 ◦ green 145 ◦ blue 115

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

Shades of Dark Salmon #DF9173

Tints of Dark Salmon #DF9173

RGB

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

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

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

R = 46.17%
G = 30.02%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9173 (or 0xDF9173) is known color: Dark Salmon. HEX triplet: DF, 91 and 73. RGB value is (223,145,115). Sum of RGB (Red+Green+Blue) = 223+145+115=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9173 is #206E8C. Grayscale: #A5A5A5. Windows color (decimal): -2125453 or 7573983. OLE color: 7573983.

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

Color convert

RGB 223 145 115 -
CMYK 0 0.35 0.48 0.13
HSL 16.67º 0.63% 0.66% -
HSV(B) 16.67º 0.48% 0.87% -
XYZ 43.65 37.18 21.09 -
YUV 164.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 223 145 115 0 0.35 0.48 0.13 16.67 0.63 0.66
Hex DF 91 73 0 23 30 D 11 3F 42
Octal 337 221 163 0 43 60 15 21 77 102
Binary 11011111 10010001 1110011 0 100011 110000 1101 10001 111111 1000010

Color Harmonies of #DF9173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9173

Black with #DF9173

Text Example


Text Example

White with #DF9173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9173; }

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

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

background-color css

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

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

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

border-color css

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

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

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